X-Git-Url: https://git.mdrn.pl/turniej.git/blobdiff_plain/479cb324a4cbc258f3f6de8de1025e7dccb1da2d..80b74642b6a6a375462d6eae7efb203981a412d6:/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