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
5d6833ab
Commit
5d6833ab
authored
Jan 28, 2013
by
Tyler Hallada
Browse files
Moving secret_key to untracked secret file
parent
c9e42c7f
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
5d6833ab
...
...
@@ -9,4 +9,5 @@ venv
build
apache
.ropeproject
whats_open/secret_key.py
website/static/admin/
whats_open/settings.py
View file @
5d6833ab
# Django settings for whats_open project.
import
os
import
dj_database_url
import
secret_key
DEBUG
=
True
TEMPLATE_DEBUG
=
DEBUG
...
...
@@ -83,7 +84,7 @@ STATICFILES_FINDERS = (
)
# Make this unique, and don't share it with anybody.
SECRET_KEY
=
'a3n#)-dein7gn69$d(+05yu%^0vjg@^f+p%(@@$v2z2vfs54j^'
SECRET_KEY
=
secret_key
.
SECRET_KEY
# List of callables that know how to import templates from various sources.
TEMPLATE_LOADERS
=
(
...
...
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