X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=Makefile;h=86cc29e3eeb4a69b2cbf10054619de8707c28093;hb=b6ba790e803d96ed7b2c6b2609b7448e116c33c1;hp=cda256926129a622e9224072b4974b274502e92f;hpb=9489e6b117f0e53e79fdbfb9520a1070d847ae5a;p=xnet diff --git a/Makefile b/Makefile index cda2569..86cc29e 100644 --- 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