Nicer urls for groups
[xnet] / Makefile
index e69de29..86cc29e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -0,0 +1,21 @@
+MANAGE_PY = python manage.py
+
+
+default: all
+
+
+all:
+
+
+run:
+       $(MANAGE_PY) runserver
+
+shell:
+       $(MANAGE_PY) shell
+
+test:
+       $(MANAGE_PY) test example accounts site news
+
+resetdb:
+       rm -f xnet/db.sqlite
+       $(MANAGE_PY) syncdb --noinput