lists: first MailingList abstraction.
[xnet] / Makefile
index cda2569..86cc29e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-MANAGE_PY = python2 manage.py
+MANAGE_PY = python manage.py
 
 
 default: all
@@ -10,9 +10,11 @@ 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