Django 1.7 + Makefile
[prawokultury.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..70d8ead
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+.PHONY: deploy
+
+
+deploy: prawokultury/settings.d/local.py
+       pip install -r requirements.txt
+       ./manage.py migrate --noinput
+       ./manage.py collectstatic --noinput
+