From: Radek Czajka Date: Sat, 2 Mar 2019 00:18:27 +0000 (+0100) Subject: Add makefile. X-Git-Url: https://git.mdrn.pl/audio.git/commitdiff_plain/99591a4b272a8c84c4415105ac34c2f44e980e68 Add makefile. --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..6f33836 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +.PHONY: deploy + + +deploy: src/audiobooks/localsettings.py + pip install -r requirements.txt + src/manage.py migrate --noinput + src/manage.py collectstatic --noinput +