Remove logout link from home template
[xnet] / Makefile
index 1230e3e..f16d22d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,12 @@ all:
 run:
        $(MANAGE_PY) runserver
 
+shell:
+       $(MANAGE_PY) shell
 
 test:
        $(MANAGE_PY) test example
+
+resetdb:
+       rm -f xnet/db.sqlite
+       $(MANAGE_PY) syncdb --noinput