moved SECRET_KEY and DEBUG variables from settings to configuration.

This commit is contained in:
Johannes Erwerle 2026-04-18 17:51:53 +02:00
parent d4bbc36795
commit 46e9e0fcfa
3 changed files with 18 additions and 5 deletions

View file

@ -112,3 +112,11 @@ DATABASES = {
}
}
```
### SECRET_KEY
The secret key used by django for session cookies and other things.
### DEBUG
Django debug setting.