Skip to content

Check config up to date #27

Open
Open
@martinzlocha

Description

@martinzlocha

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions