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 15914b0 commit 610c76cCopy full SHA for 610c76c
1 file changed
speed_python/settings.py
@@ -37,8 +37,9 @@
37
38
ADMIN_MEDIA_PREFIX = '/static/admin/'
39
40
-with open(os.path.join(BASEDIR, 'secret_key')) as f:
41
- SECRET_KEY = f.read().strip()
+# XXX Set SECRET_KEY in local_settings.py
+#with open(os.path.join(BASEDIR, 'secret_key')) as f:
42
+# SECRET_KEY = f.read().strip()
43
44
TEMPLATE_LOADERS = (
45
'django.template.loaders.filesystem.Loader',
0 commit comments