X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/db4a44aa36a99cf462da33e9e5a56f9cf68287f1..522b9cc723548746eed1aea99905618e693f96e0:/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 +