X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/0540b1d1e3bc54243ea1ecfcd09727809cef054a..370b43bc681fec1d643887d6c3693d6e10ca27ad:/Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..70d8ead --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +.PHONY: deploy + + +deploy: prawokultury/settings.d/local.py + pip install -r requirements.txt + ./manage.py migrate --noinput + ./manage.py collectstatic --noinput +