Add make shell command
authorArthur Darcet <arthur.darcet@m4x.org>
Sat, 2 Feb 2013 12:23:50 +0000 (13:23 +0100)
committerArthur Darcet <arthur.darcet@m4x.org>
Sat, 2 Feb 2013 12:23:50 +0000 (13:23 +0100)
Makefile

index c0a4e20..f16d22d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,8 @@ all:
 run:
        $(MANAGE_PY) runserver
 
+shell:
+       $(MANAGE_PY) shell
 
 test:
        $(MANAGE_PY) test example