From: Radek Czajka Date: Fri, 11 Jan 2019 10:53:48 +0000 (+0100) Subject: Makefile X-Git-Url: https://git.mdrn.pl/cas.git/commitdiff_plain/acfb1b67784f5ea456de243ae9d69c269c92b79b 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 +