X-Git-Url: https://git.mdrn.pl/cas.git/blobdiff_plain/d8e31144d930004a1c3758701e3267100be7f4ca..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 +