events - add models
[xnet] / Makefile
index c0a4e20..1753aa2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,9 +10,11 @@ all:
 run:
        $(MANAGE_PY) runserver
 
+shell:
+       $(MANAGE_PY) shell
 
 test:
-       $(MANAGE_PY) test example
+       $(MANAGE_PY) test example accounts site
 
 resetdb:
        rm -f xnet/db.sqlite