diff options
Diffstat (limited to 'ctrack/core')
-rw-r--r-- | ctrack/core/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrack/core/utils.py b/ctrack/core/utils.py index baec100..e7ee96a 100644 --- a/ctrack/core/utils.py +++ b/ctrack/core/utils.py @@ -135,7 +135,7 @@ def populate_db(**kwargs): else: orgs = [ OrganisationFactory.create(submode=submodes[randint(0, len(submodes) - 1)]) - for org in range(40) + for org in range(60) ] # Create Address objects |