Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nicholas J Anderson
whats-open
Commits
ecca91a6
Commit
ecca91a6
authored
Aug 06, 2014
by
Renfred Harper
Browse files
Actually use secret key in production.py
parent
13996fd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
whats_open/whats_open/settings/production.py
View file @
ecca91a6
...
...
@@ -76,5 +76,5 @@ CACHES = {
########## SECRET CONFIGURATION
# See: https://docs.djangoproject.com/en/dev/ref/settings/#secret-key
SECRET_KEY
=
'ohyea'
#
get_env_setting('SECRET_KEY')
SECRET_KEY
=
get_env_setting
(
'SECRET_KEY'
)
########## END SECRET CONFIGURATION
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment