aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/core
diff options
context:
space:
mode:
Diffstat (limited to '')
-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"
)