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
Check whether the config.py contains the same fields as the sampleconfig.py
Context
When the sampleconfig is updated the config file should be changed as well to match this. If this is not done it will lead to errors.
Possible Implementation
Either add a version field to config and check if they are identical or check whether there are the same variables in config and sampleconfig. Second option would be nicer because it would not involve changing version numbers. The check should be implemented in manage.py given that its the entry point for the server.
The text was updated successfully, but these errors were encountered:
Thought it would be nicer to get a message telling you that config is outdated rather than a long error which could confuse people but not sure how useful it is.
Detailed Description
Check whether the config.py contains the same fields as the sampleconfig.py
Context
When the sampleconfig is updated the config file should be changed as well to match this. If this is not done it will lead to errors.
Possible Implementation
Either add a version field to config and check if they are identical or check whether there are the same variables in config and sampleconfig. Second option would be nicer because it would not involve changing version numbers. The check should be implemented in manage.py given that its the entry point for the server.
The text was updated successfully, but these errors were encountered: