apptax.app

Module Contents

Functions

configure_alembic(alembic_config)

This function add to the 'version_locations' parameter of the alembic config the

create_app()

Attributes

migrate

apptax.app.migrate[source]
apptax.app.configure_alembic(alembic_config)[source]

This function add to the “version_locations” parameter of the alembic config the “migrations” entry point value of the “alembic” group for all packages having such entry point. Thus, alembic will find migrations provided by all installed packages.

apptax.app.create_app()[source]