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
You have not kept your requirements.txt up to date with the necessary python library (and their versions).
The config example also needs some changes :
Add a "SQLALCHEMY_DATABASE_URI" default value. ex : "SQLALCHEMY_DATABASE_URI": "mysql://[email protected]/ictm_teaching". It will allow the user to use the create_db script without having to modify the config file.
The saml attributes are not correct and make the app unusable. These should be :
You have not kept your requirements.txt up to date with the necessary python library (and their versions).
The config example also needs some changes :
"SQLALCHEMY_DATABASE_URI": "mysql://[email protected]/ictm_teaching"
. It will allow the user to use thecreate_db
script without having to modify the config file.The text was updated successfully, but these errors were encountered: