2 lines
147 B
Python
2 lines
147 B
Python
|
# if not database_exists(Config.SQLALCHEMY_DATABASE_URI): create_database(Config.SQLALCHEMY_DATABASE_URI)
|
||
|
# with app.app_context(): db.create_all()
|