aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 81a64634..cb5776e0 100644
--- a/Pipfile
+++ b/Pipfile
@@ -43,7 +43,7 @@ unittest-xml-reporting = "~=2.5.1"
python_version = "3.7"
[scripts]
-start = "python manage.py run"
+start = "python manage.py run --debug"
makemigrations = "python manage.py makemigrations"
django_shell = "python manage.py shell"
test = "coverage run manage.py test"