From 41e3485d71fda00f799c09361ef6b266d9197c73 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 20 May 2021 18:20:20 -0400 Subject: [PATCH] Add `manage` script to Pipfile --- Pipfile | 3 +++ 1 file changed, 3 insertions(+) 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"