diff options
author | 2019-11-12 17:55:49 +1000 | |
---|---|---|
committer | 2019-11-12 17:55:49 +1000 | |
commit | 5d06cd9450051c66a4e727d22710958d2d3009b6 (patch) | |
tree | c090be23c9cd2b54c2edd582acbe15d54ad08387 | |
parent | Merge pull request #292 from python-discord/allauth-user-settings (diff) | |
parent | Add the `--debug` flag to the start command (diff) |
Add pipenv run start command (#308)
Add pipenv run start command
-rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ unittest-xml-reporting = "~=2.5.1" python_version = "3.7" [scripts] +start = "python manage.py run --debug" makemigrations = "python manage.py makemigrations" django_shell = "python manage.py shell" test = "coverage run manage.py test" |