Skip to content

Commit

Permalink
[DOC] Added more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MZaFaRM committed Aug 20, 2023
1 parent aed318b commit ef8cdbf
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 45 deletions.
4 changes: 2 additions & 2 deletions data.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@


fake = faker.Faker()
number_of_fields = 100
number_of_fields = 1
excluded_tables = ["system_setting"]
tables_to_fill = []
tables_to_fill = ["user"]
graph = False

fields = [
Expand Down
Loading

0 comments on commit ef8cdbf

Please sign in to comment.