Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
38cd9e7d
Verified
Commit
38cd9e7d
authored
Dec 17, 2016
by
Giancarlo Razzolini
Browse files
roles/archweb: Added missing quotes on the secret_key.
parent
0eea74b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/archweb/templates/local_settings.py.j2
View file @
38cd9e7d
...
...
@@ -45,7 +45,7 @@ MEDIA_ROOT = '{{ archweb_dir }}/media/img'
MEDIA_URL = '/img/'
# Make this unique, and don't share it with anybody.
SECRET_KEY = {{ archweb_secret_key }}
SECRET_KEY =
'
{{ archweb_secret_key }}
'
# Hostnames we allow this site to be served under
ALLOWED_HOSTS = ['{{ archweb_domain }}']
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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