aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/organisations/management
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-03-04 19:51:14 +0000
committerMatthew Lemon <matt@matthewlemon.com>2020-03-04 19:51:14 +0000
commit11834a2580344b90126f3c25b89f18104b3d3ed9 (patch)
treeb4906bfe03de66758e7d878b0210cfed58a8fa6f /ctrack/organisations/management
parent4c3a0d5808054456f5a90c13d8af62f334e7e031 (diff)
removed owner field from CAF - daring!
Diffstat (limited to 'ctrack/organisations/management')
-rw-r--r--ctrack/organisations/management/commands/populate_db.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ctrack/organisations/management/commands/populate_db.py b/ctrack/organisations/management/commands/populate_db.py
index 7f8ec5d..2800e85 100644
--- a/ctrack/organisations/management/commands/populate_db.py
+++ b/ctrack/organisations/management/commands/populate_db.py
@@ -160,7 +160,6 @@ class Command(BaseCommand):
# Some CAF objects
cafs = [
CAFFactory.create(
- owner=random.choice(orgs),
quality_grading__descriptor=random.choice(q_descriptors),
confidence_grading__descriptor=random.choice(c_descriptors),
triage_review_date=None,