aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-11-12 17:55:49 +1000
committerGravatar GitHub <[email protected]>2019-11-12 17:55:49 +1000
commit5d06cd9450051c66a4e727d22710958d2d3009b6 (patch)
treec090be23c9cd2b54c2edd582acbe15d54ad08387
parentMerge pull request #292 from python-discord/allauth-user-settings (diff)
parentAdd the `--debug` flag to the start command (diff)
Add pipenv run start command (#308)
Add pipenv run start command
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index f136a328..cb5776e0 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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"