moved SECRET_KEY and DEBUG variables from settings to configuration.
This commit is contained in:
parent
d4bbc36795
commit
46e9e0fcfa
3 changed files with 18 additions and 5 deletions
|
|
@ -112,3 +112,11 @@ DATABASES = {
|
|||
}
|
||||
}
|
||||
```
|
||||
|
||||
### SECRET_KEY
|
||||
|
||||
The secret key used by django for session cookies and other things.
|
||||
|
||||
### DEBUG
|
||||
|
||||
Django debug setting.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue