diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-09-02 11:35:59 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-09-02 11:35:59 +0100 |
commit | 6610509f3a3ceab151bc70305508892c9fe00e7b (patch) | |
tree | 6e2cf1283ddc679a223cd0ad0286b23f58988dd7 /ctrack/core/utils.py | |
parent | 055b50d7675505d60c0faa8bea900c9e553b7f2b (diff) |
can now add a new system via the org user page
Diffstat (limited to '')
-rw-r--r-- | ctrack/core/utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ctrack/core/utils.py b/ctrack/core/utils.py index 5382a84..af01549 100644 --- a/ctrack/core/utils.py +++ b/ctrack/core/utils.py @@ -687,7 +687,6 @@ 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" ) |