diff options
author | 2019-11-11 19:38:42 +0100 | |
---|---|---|
committer | 2019-11-11 19:38:42 +0100 | |
commit | de9504a8d5645a803e7b6d36a7ea9364f327d949 (patch) | |
tree | 2f580a3f4c269f1847ab44301a1e6b778e2f8dd1 | |
parent | Merge pull request #292 from python-discord/allauth-user-settings (diff) |
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" makemigrations = "python manage.py makemigrations" django_shell = "python manage.py shell" test = "coverage run manage.py test" |