{% extends 'admin/master.html' %} {% block body %}
Edit runtime configuration stored in {{ path }}. Changes are
written to disk atomically and applied to the running app where
possible. Restart-only keys are marked with a badge.
No editable entries in local_config.py yet.
| Key | Type | Value | Actions |
|---|---|---|---|
{{ row.key }}
{% if row.restart_only %}
restart
{% endif %}
{% if row.is_protected %}
protected
{% endif %}
|
{% if row.is_protected %} no delete {% else %} {% endif %} |
One-click presets that bundle a set of related keys with sensible defaults. Tweak the values inline before saving — every preset runs through the same validation as the manual editor above.