Django 1.5rc1 in requirements
[xnet] / Makefile
index 1230e3e..cda2569 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-MANAGE_PY = python manage.py
+MANAGE_PY = python2 manage.py
 
 
 default: all
@@ -13,3 +13,7 @@ run:
 
 test:
        $(MANAGE_PY) test example
+
+resetdb:
+       rm -f xnet/db.sqlite
+       $(MANAGE_PY) syncdb --noinput