Opened 15 years ago
Last modified 15 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 , 15 years ago
| Status: | New → Closed |
|---|
comment:2 by , 15 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.
works! append --help for more info.