We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f072a9 commit ec58068Copy full SHA for ec58068
1 file changed
ietf/settings.py
@@ -416,5 +416,5 @@ def skip_suspicious_operations(record):
416
# absolutely vital that django fails to start in production mode unless a
417
# secret key has been provided elsewhere, not in this file which is
418
# publicly available, for instance from the source repository.
419
-if SERVER_MODE != 'production' and SECRET_KEY not in locals():
+if SERVER_MODE != 'production' and 'SECRET_KEY' not in locals():
420
SECRET_KEY = 'PDwXboUq!=hPjnrtG2=ge#N$Dwy+wn@uivrugwpic8mxyPfHka'
0 commit comments