You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm creating my config options using the form app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False but this causes a AttributeError: module 'app' has no attribute 'config' error. How can I fix this?
The text was updated successfully, but these errors were encountered:
I'm creating my config options using the form
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
but this causes aAttributeError: module 'app' has no attribute 'config'
error. How can I fix this?The text was updated successfully, but these errors were encountered: