Opened 14 years ago
Last modified 14 years ago
#60 closed defect (FIXED)
Command to start shell w/ mediagoblin.globals set up
| Reported by: | Christopher Allan Webber | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Keywords: | ||
| Cc: | Parent Tickets: |
Description
::
./bin/gmg shell mediagoblin.ini
should launch a shell with:
- mediagoblin.globals set up and pre-imported as mgoblin\_globals
- "mgoblin\_app" instance set up, an instance of MediaGoblinApp
- a bit of text is printed out explaining that those two variables
are available
Attachments (1)
Change History (4)
comment:1 by , 14 years ago
| Status: | New → Closed |
|---|
comment:2 by , 14 years ago
Note that you may need to re buildout (or python setup.py develop in virtualenv) to get this command.
Note:
See TracTickets
for help on using tickets.

Done. :: ./bin/gmg shell works! append --help for more info.