X-Git-Url: https://git.mdrn.pl/koed-quiz.git/blobdiff_plain/736ea0594dc3badc57396e951229006e2669123a..4639ac4538dde62784283cdeda000b52fb382e4e:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..cc36123 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +.PHONY: deploy + + +deploy: koedquiz/localsettings.py + pip install -r requirements.txt + src/manage.py migrate --noinput + src/manage.py collectstatic --noinput +