Is it possible to replace the secret key? #8183
-
I have an installation of Netbox running fine. |
Beta Was this translation helpful? Give feedback.
Answered by
kkthxbye-code
Dec 29, 2021
Replies: 1 comment 2 replies
-
https://docs.djangoproject.com/en/4.0/ref/settings/#std:setting-SECRET_KEY Sessions will be invalidated, that's pretty much it. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
joubbi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://docs.djangoproject.com/en/4.0/ref/settings/#std:setting-SECRET_KEY
Sessions will be invalidated, that's pretty much it.