ic-labs / django-icekit

GLAMkit is a next-generation Python CMS by the Interaction Consortium, designed especially for the cultural sector.
http://glamkit.com
MIT License
47 stars 11 forks source link

Investigate django-split-settings as an alternative to our current nested imports #230

Open mrmachine opened 7 years ago

mrmachine commented 7 years ago

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.

mrmachine commented 7 years ago

I've done some work on this in ixc/ixc-django-docker#1