X-Git-Url: https://git.mdrn.pl/turniej.git/blobdiff_plain/479cb324a4cbc258f3f6de8de1025e7dccb1da2d..8e42eb7331cbf27f4b2f7bd6228df09ff64c39b1:/Makefile diff --git a/Makefile b/Makefile index 434b784..ea5beb0 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: deploy -deploy: turniej/localsettings.py +deploy: src/core/localsettings.py pip install -r requirements.txt - ./manage.py migrate --noinput - ./manage.py collectstatic --noinput + src/manage.py migrate --noinput + src/manage.py collectstatic --noinput