diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-23 13:28:46 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-23 13:28:46 +0100 |
commit | a8f9414979b79cc7799c7f6ff1ce318c7ebc2ba9 (patch) | |
tree | 48d18bfb867afa1abbdf94dd5a8a7555b13300f8 | |
parent | 262bc5a20a02316ffef70b5f7f371d91165b1652 (diff) |
upped the number of organisations in the system to 60.
-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 |