Open
Description
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.