config module

Contains the configuration options for the flask app.

config.basedir

str – Base directory of the flask app

config.SQLALCHEMY_DATABASE_URI

str – Location of SQLAlchemy database

config.SQLALCHEMY_MIGRATE_REPO

str – Directory containg databae migrations and history

config.WTF_CSRF_ENABLED

bool – Whether CSRF is enable for forms, protecting data

config.SECRET_KEY

str – A secret key