smartsexplore.database.commands module

Flask management commands to perform on the SMARTSexplore database.

smartsexplore.database.commands.attach_to_blueprint(blueprint: flask.blueprints.Blueprint)

Attaches all available commands to the given flask.Blueprint object.

Parameters

blueprint – The blueprint object to attach the commands to.

smartsexplore.database.commands.init_db_command()

Initialize the db with table definitions and base data.