From: Arthur Darcet Date: Sat, 2 Feb 2013 12:23:50 +0000 (+0100) Subject: Add make shell command X-Git-Url: http://git.polytechnique.org/?p=xnet;a=commitdiff_plain;h=4d594f445587f36ac043285a82b0eee848cefc1f Add make shell command --- diff --git a/Makefile b/Makefile index c0a4e20..f16d22d 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,8 @@ all: run: $(MANAGE_PY) runserver +shell: + $(MANAGE_PY) shell test: $(MANAGE_PY) test example