Re: Best location and name for Alembic scripts directory

2015-01-27 Thread Tom Lazar
another aspect you might want to consider (we had to) is that you must make sure that the migration scripts will become part of an eggified version of your package. once we started to deploy our code from packaged eggs (rather than source checkouts) we found it easiest to simply move the alembi

Re: Best location and name for Alembic scripts directory

2015-01-26 Thread Matt McClure
Thanks for clarifying! On Mon, Jan 26, 2015 at 6:50 PM, Michael Bayer wrote: > > > Matt McClure wrote: > > > After reading the tutorial, and searching a little in the documentation > and group archives, I'm unclear on the best location and name of the > Alembic scripts directory. > > > > The tu

Re: Best location and name for Alembic scripts directory

2015-01-26 Thread Michael Bayer
Matt McClure wrote: > After reading the tutorial, and searching a little in the documentation and > group archives, I'm unclear on the best location and name of the Alembic > scripts directory. > > The tutorial advises: > > yourproject/ > alembic/ > > And indicates: > > yourproject -

Best location and name for Alembic scripts directory

2015-01-26 Thread Matt McClure
After reading the tutorial, and searching a little in the documentation and group archives, I'm unclear on the best location and name of the Alembic scripts directory. The tutorial advises: yourproject/ >