Add link to django docs for SECRET_KEY
This commit is contained in:
parent
89cfa7d93d
commit
e2eb510854
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ See [Django documentation for MEDIA_ROOT](https://docs.djangoproject.com/en/4.2/
|
|||
|
||||
#### SECRET_KEY
|
||||
|
||||
Must be defined to something unique and secret.
|
||||
Must be defined to something unique and secret. (See https://docs.djangoproject.com/en/4.2/ref/settings/#std:setting-SECRET_KEY if you want to know more.)
|
||||
|
||||
#### SITE_URL
|
||||
|
||||
|
|
Loading…
Reference in a new issue