occipital / django-content-settings

The most advanced admin editable setting for Django
https://django-content-settings.readthedocs.io/
36 stars 0 forks source link

content settings and settings should always be combined with django settings #83

Closed oduvan closed 3 months ago

oduvan commented 3 months ago

it should always be from content_settings.conf import settings

And defininig a new setting should verify if the settings is already defined in django settings.

Since, for the code, both of the settings have kinda the same nature, it is worth making sure there are no intersections between those.

oduvan commented 3 months ago

Ok, that might be a bad idea, as those two settings have nature. For example django settings can be used globaly without any specific adjustments, and the Contant settings should use lazy prefix. That's where it is better to simply have a separate settings that will check consistency content settings with django settings