All Projects → hyperknot → pyramid_alembic_mako

hyperknot / pyramid_alembic_mako

Licence: other
Pyramid Alembic/SQLAlchemy project scaffold using url dispatch and Mako templates

Programming Languages

CSS
56736 projects
python
139335 projects - #7 most used programming language
Mako
254 projects

pyramid_alembic_mako

If installing from git, you must have setuptools_git installed, or setuptools won't realize the scaffold's template directory is part of the package.

Pyramid Alembic/SQLAlchemy project scaffold using url dispatch and Mako templates

Use alembic to generate revisions before you run initializedb. Example:

alembic -c development.ini revision --autogenerate -m "starting"

Then you can use alembic to upgrade to that revision:

alembic -c development.ini upgrade head

Or initializedb:

initialize_myapp_db development.ini

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].