Django 2.2
[turniej.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..434b784
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+.PHONY: deploy
+
+
+deploy: turniej/localsettings.py
+       pip install -r requirements.txt
+       ./manage.py migrate --noinput
+       ./manage.py collectstatic --noinput