Add "gmg raw_alembic" command.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 3 Mar 2016 01:03:04 +0000 (17:03 -0800)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 3 Mar 2016 17:31:00 +0000 (09:31 -0800)
commit399272eea5c36f8337621575a498f4f0f2686f8f
tree1f2068f8b34e0797ed374547e98e4822e4d62fb2
parenta48736fc09db8ebe2e90a2e0b7bbd5fbf4083f36
Add "gmg raw_alembic" command.

This allows you to dispatch to the "alembic" command line tool properly,
but properly respecting MediaGoblin's own configuration.
mediagoblin/gmg_commands/__init__.py
mediagoblin/gmg_commands/alembic.py [new file with mode: 0644]