./bin/gmg shell documented in the hackinghowto
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 16 May 2011 22:35:56 +0000 (17:35 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 16 May 2011 22:35:56 +0000 (17:35 -0500)
docs/hackinghowto.rst

index b34ce93a91d1095e02e5c77ea6629c20904b6987..bf5278b3f58b82a4249f1135c7cde6c8b6f7266c 100644 (file)
@@ -249,6 +249,21 @@ If you did virtualenv, run::
 
     nosetests
 
+Running a shell
+===============
+
+If you want a shell with your database pre-setup and an instantiated
+application ready and at your fingertips...
+
+If you did buildout, run::
+
+    ./bin/gmg shell
+
+If you did virtualenv, run::
+
+    gmg shell
+
+
 Troubleshooting
 ===============