Add manage script to Pipfile

This commit is contained in:
Adam Goldsmith 2021-05-20 18:20:20 -04:00
parent 82b1d998c3
commit 41e3485d71

View File

@ -17,3 +17,6 @@ django-recurrence = "*"
[requires] [requires]
python_version = "3.7" python_version = "3.7"
[scripts]
manage = "python3 ./manage.py"