Split settings file #95
Notifications
Due Date
No due date set.
Blocks
#93 Error 500 email
IT-Naturschutz/konova
#97 Improve EMail template
IT-Naturschutz/konova
Reference: IT-Naturschutz/konova#95
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Status quo
There already is a split for settings file:
However, consider the the konova/settings.py file to be split into more separate settings file.
This way the amount of re-configuration can be minimized on each new
git pullon production/staging.Split
Consider refactoring most of konova/settings.py file into importing all settings from the following structure:
This way, if some changes will be made to e.g. parcel_wfs_settings.py, we do not need to overwrite all other settings as well.
In #93 some changes need to be added to the settings files. This is a perfect moment to do the changes, states in this issue all in one.
Merged in #98