ska-referee-test/ref-test/app/install.py

2 lines
147 B
Python
Raw Normal View History

# if not database_exists(Config.SQLALCHEMY_DATABASE_URI): create_database(Config.SQLALCHEMY_DATABASE_URI)
# with app.app_context(): db.create_all()