From acfb1b67784f5ea456de243ae9d69c269c92b79b Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Fri, 11 Jan 2019 11:53:48 +0100 Subject: [PATCH] Makefile --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b700ee6 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +.PHONY: deploy + +deploy: src/cas/localsettings.py + pip install -r requirements.txt + src/manage.py migrate --noinput + src/manage.py collectstatic --noinput + -- 2.20.1