diff options
author | 2019-11-16 17:53:53 +0100 | |
---|---|---|
committer | 2019-11-16 17:53:53 +0100 | |
commit | 2a94c745a66cc26de58f886df12c1e74e62d295e (patch) | |
tree | 15952c5317ce993f51ad0e5ffb79f21875041a4f /Pipfile | |
parent | Make use of subtests (diff) | |
parent | Add pipenv run start command (#308) (diff) |
Merge branch 'master' into #222-offensive-msg-autodeletion
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" |