Split settings file #95
Labels
No Label
backlog
bug
duplicate
enhancement
feature
help wanted
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
in discussion
invalid
priority
1
priority
2
priority
3
priority
4
priority
5
question
wontfix
No Milestone
No project
No Assignees
1 Participants
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…
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 pull
on 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