improved changes
This commit is contained in:
@ -53,6 +53,7 @@ def create_app():
|
||||
|
||||
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
|
||||
app.config['SQLALCHEMY_ECHO'] = os.getenv('SQLALCHEMY_ECHO', 'False').lower() == 'true'
|
||||
|
||||
|
||||
# Initialize extensions
|
||||
db.init_app(app)
|
||||
|
||||
Reference in New Issue
Block a user