X-Git-Url: https://git.mdrn.pl/turniej.git/blobdiff_plain/32597f46cd79051f9cf213aa53d4996dd3093b8a..479cb324a4cbc258f3f6de8de1025e7dccb1da2d:/Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..434b784 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +.PHONY: deploy + + +deploy: turniej/localsettings.py + pip install -r requirements.txt + ./manage.py migrate --noinput + ./manage.py collectstatic --noinput