aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/core
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-08-28 11:03:49 +0100
committerMatthew Lemon <matt@matthewlemon.com>2020-08-28 11:03:49 +0100
commit5f4e80b9c5c39e6eebb86edce20ffe107c03aa3e (patch)
tree8f56e45f7660ee1754cf7a8d4170fdad1ac7719b /ctrack/core
parent0b1c397af82abd41e4379bd1f1eab490fe22db38 (diff)
tracked down the bastard
Diffstat (limited to 'ctrack/core')
-rw-r--r--ctrack/core/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctrack/core/utils.py b/ctrack/core/utils.py
index af01549..5382a84 100644
--- a/ctrack/core/utils.py
+++ b/ctrack/core/utils.py
@@ -687,6 +687,7 @@ def populate_db(**kwargs):
_caf2 = CAF.objects.get(pk=1)
_completer = Person.objects.get(pk=1)
+ breakpoint()
caf_assessment = CAFAssessment.objects.create(
caf_id=_caf2.id, completer_id=_completer.id, comments="Random Comments"
)