app.app

Serveur de l’application UsersHub

Module Contents

Functions

configure_alembic(alembic_config)

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

create_app()

Attributes

migrate

app.app.migrate[source]
app.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 “gn_module” group for all modules having such entry point. Thus, alembic will find migrations of all installed geonature modules.

app.app.create_app()[source]