Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix module name for `gmg alembic` command | Boris Bobrov | 2016-03-08 | 1 | -56/+0 |
| | | | | | | | | gmg_commands.alembic attempted to import from `alembic`. On python2.7 it resulted in import from itself. Rename alembic.py to alembic_commands.py and fix references to gmg_commands.alembic. | ||||
* | Commentary on where this hack on detecting no subcommand to Alembic comes from | Christopher Allan Webber | 2016-03-05 | 1 | -0/+2 |
| | |||||
* | Add "gmg raw_alembic" command. | Christopher Allan Webber | 2016-03-03 | 1 | -0/+54 |
This allows you to dispatch to the "alembic" command line tool properly, but properly respecting MediaGoblin's own configuration. |