occipital / django-content-settings

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

User Defined Variables #14

Closed oduvan closed 9 months ago

oduvan commented 10 months ago

The user/staff can create a new variable in django-admin and use it later in other template-type variables. Or in code you can get list of all variables with the specific prefix

There are several reasons to have user-defined variables:


We now have code-defined (defined in content_settings.py) and user-defined (defined in django-admin only with no definition in content_settings.py)

Other Cases to cover:

oduvan commented 9 months ago

in 0.5