From a8f9414979b79cc7799c7f6ff1ce318c7ebc2ba9 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 23 Oct 2020 13:28:46 +0100 Subject: upped the number of organisations in the system to 60. --- ctrack/core/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3