mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
* Load app_config dynamically and use verbose_name * Instead of assuming the app config is always going to be ConstanceConfig, load it dynamically in case the user overrides it * Use verbose_name for page title instead of static strings for create_list * Use verbose_name for create_list breadcrumbs These changes allows the user to easily rename "Constance" to something else in their project. * Fix use of verbose_name in title and breadcrumbs |
||
|---|---|---|
| .. | ||
| backends | ||
| locale | ||
| templates/admin/constance | ||
| test | ||
| __init__.py | ||
| admin.py | ||
| apps.py | ||
| base.py | ||
| context_processors.py | ||
| settings.py | ||
| signals.py | ||
| utils.py | ||