Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

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

Notifications You must be signed in to change notification settings

hyperknot/pyramid_alembic_mako

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published