diff options
author | 2019-11-12 08:08:55 +0100 | |
---|---|---|
committer | 2019-11-12 08:08:55 +0100 | |
commit | 6fe95330f9a9a2ab325b507a3e257bb39b75c5bf (patch) | |
tree | c090be23c9cd2b54c2edd582acbe15d54ad08387 | |
parent | Add pipenv run start command (diff) |
Add the `--debug` flag to the start command
-rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |