occipital / django-content-settings

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

FetchSettingsView.attrs interface should be more flex and allow to have mix of generators and static names #95

Closed oduvan closed 4 months ago

oduvan commented 4 months ago

add posibilty to use is as

FetchSettingsView.as_view(attrs=[
    gen_startswith("IS_"),
    "TITLE",
])