Typed Fields
String, integer, decimal, boolean, select, textarea, and encrypted secret — each returns the correct Python type from config.get().
Define typed fields in code. Store values in the database. Let your team manage everything through a clean admin UI — without touching settings.py.
| Dependency | Minimum version |
|---|---|
| Python | 3.10 |
| Django | 4.2 |
cryptography | 41.0 |
pip install django-sysconfigSee the full Installation guide for INSTALLED_APPS setup, URL configuration, and migrations.