From 3e4a2f2be7c4740f7192c18cf9d8c9cd9dfedad1 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Mon, 16 May 2011 17:35:56 -0500 Subject: [PATCH] ./bin/gmg shell documented in the hackinghowto --- docs/hackinghowto.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/hackinghowto.rst b/docs/hackinghowto.rst index b34ce93a..bf5278b3 100644 --- a/docs/hackinghowto.rst +++ b/docs/hackinghowto.rst @@ -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 =============== -- 2.25.1