accounts: Add context_processor and middleware.
[xnet] / Makefile
index 1230e3e..86cc29e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,12 @@ all:
 run:
        $(MANAGE_PY) runserver
 
+shell:
+       $(MANAGE_PY) shell
 
 test:
-       $(MANAGE_PY) test example
+       $(MANAGE_PY) test example accounts site news
+
+resetdb:
+       rm -f xnet/db.sqlite
+       $(MANAGE_PY) syncdb --noinput