Rearrange source.
[turniej.git] / Makefile
index 434b784..ea5beb0 100644 (file)
--- 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