Add a makefile.
[koed-quiz.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..cc36123
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+.PHONY: deploy
+
+
+deploy: koedquiz/localsettings.py
+       pip install -r requirements.txt
+       src/manage.py migrate --noinput
+       src/manage.py collectstatic --noinput
+