./bin/gmg shell documented in the hackinghowto

This commit is contained in:
Christopher Allan Webber 2011-05-16 17:35:56 -05:00
parent 1ab8467320
commit 3e4a2f2be7

View File

@ -249,6 +249,21 @@ If you did virtualenv, run::
nosetests 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 Troubleshooting
=============== ===============