Merge branch 'debug-panel' into 'master'

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

See merge request allianceauth/allianceauth!1737
This commit is contained in:
Ariel Rin
2025-08-07 10:58:50 +00:00
4 changed files with 17 additions and 0 deletions

View File

@@ -236,6 +236,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: