diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-05-16 17:35:56 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-05-16 17:35:56 -0500 |
commit | 3e4a2f2be7c4740f7192c18cf9d8c9cd9dfedad1 (patch) | |
tree | f0b942699422d4c4319986e8f5ae788290347a6f | |
parent | 1ab8467320db7083bd651a26191cbecbdaa0f38d (diff) | |
download | mediagoblin-3e4a2f2be7c4740f7192c18cf9d8c9cd9dfedad1.tar.lz mediagoblin-3e4a2f2be7c4740f7192c18cf9d8c9cd9dfedad1.tar.xz mediagoblin-3e4a2f2be7c4740f7192c18cf9d8c9cd9dfedad1.zip |
./bin/gmg shell documented in the hackinghowto
-rw-r--r-- | docs/hackinghowto.rst | 15 |
1 files changed, 15 insertions, 0 deletions
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 =============== |