Skip to content

Commit 610c76c

Browse files
zwarediegorusso
authored andcommitted
Comment out SECRET_KEY for now
1 parent 15914b0 commit 610c76c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

speed_python/settings.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@
3737

3838
ADMIN_MEDIA_PREFIX = '/static/admin/'
3939

40-
with open(os.path.join(BASEDIR, 'secret_key')) as f:
41-
SECRET_KEY = f.read().strip()
40+
# XXX Set SECRET_KEY in local_settings.py
41+
#with open(os.path.join(BASEDIR, 'secret_key')) as f:
42+
# SECRET_KEY = f.read().strip()
4243

4344
TEMPLATE_LOADERS = (
4445
'django.template.loaders.filesystem.Loader',

0 commit comments

Comments
 (0)