diff --git a/Pipfile b/Pipfile index 3e3b336..4ef1749 100644 --- a/Pipfile +++ b/Pipfile @@ -17,3 +17,6 @@ django-recurrence = "*" [requires] python_version = "3.7" + +[scripts] +manage = "python3 ./manage.py"