Add an additionnal panel to the admin status displaying if DEBUG is turned on

This commit is contained in:
T'rahk Rokym
2025-07-09 21:36:45 +02:00
parent 34b94ae685
commit 0d9fd0049b
4 changed files with 17 additions and 0 deletions

View File

@@ -237,6 +237,7 @@ There are two Django settings files: ``base.py`` and ``local.py``. The base sett
```python
DEBUG = True
DISPLAY_DEBUG = False
```
Define URL and name of your site: