django-extra-settings icon indicating copy to clipboard operation
django-extra-settings copied to clipboard

:gear: config and manage typed extra settings using just the django admin.

Results 32 django-extra-settings issues
Sort by recently updated
recently updated
newest added
trafficstars

**Python version** 3.12 **Django version** 5.1 **Package version** 0.12.0 **Current behavior (bug description)** If you use a setting in a place that will be executed while the project is initialized,...

bug

I want to specify a widget for displaying json_value. https://github.com/jmrivas86/django-json-widget It would be convenient to configure widgets for each type or automatically use django-json-widget if it's installed.

enhancement