Re: Configure version_locations dynamically

2016-01-20 Thread Martin Marrese
On Fri, Jan 8, 2016 at 8:09 PM Mike Bayer wrote: > the general idea here is to make your own Alembic command runner, create > a Config dynamically and then invoke the alembic commands via > alembic.command.foo() from that. > > Mike, Thanks for the answer. I'm going to

Re: Configure version_locations dynamically

2016-01-08 Thread Mike Bayer
the general idea here is to make your own Alembic command runner, create a Config dynamically and then invoke the alembic commands via alembic.command.foo() from that. See http://alembic.readthedocs.org/en/latest/api/commands.html and