This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Investigate django-split-settings as an alternative to our current nested imports #230
Open
Description
https://github.com/sobolevn/django-split-settings
Currently we have a settings module in ICEkit which attempts to import/override various settings modules local to ICEkit and/or the project. This might make things a bit easier to understand.