occipital / django-content-settings

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

Check Availability of name in settings #76

Closed oduvan closed 5 months ago

oduvan commented 7 months ago

As there is an options of using content settings in combine with the settings we need a validation of the name intersection when creating a new setting.

CONTENT_SETTINGS_DJANGO_COMBINE=False

by default the setting is False, means separate content_settings is using in code.

If True - the combined settings will be used, and all validation should be done.

Combined context can be used only in case of CONTENT_SETTINGS_DJANGO_COMBINE=True

oduvan commented 5 months ago

https://github.com/occipital/django-content-settings/issues/83 already done here