diff options
author | 2019-11-15 10:11:45 +0100 | |
---|---|---|
committer | 2019-11-15 10:11:45 +0100 | |
commit | 0e8f623d15f043f1c8712366bdaf83153a619bca (patch) | |
tree | 611c4f111855788c00a5e3ef6c909d9021b29c5c /Pipfile | |
parent | Delete useless migration file (diff) | |
parent | Add pipenv run start command (#308) (diff) |
Merge branch 'master' into bot#549-show-attachments-staff
Diffstat (limited to 'Pipfile')
-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" |