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
itminedu
synnefo
Commits
68c6c939
Commit
68c6c939
authored
Mar 30, 2012
by
Kostas Papadimitriou
Browse files
Set SESSION_SECURE_COOKIE to True by default
parent
674f4657
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-webproject/synnefo/webproject/settings/default/deploy.py
View file @
68c6c939
...
...
@@ -4,6 +4,10 @@
DEBUG
=
False
TEMPLATE_DEBUG
=
False
# Use secure cookie for django sessions cookie, change this if you don't plan
# to deploy applications using https
SESSION_COOKIE_SECURE
=
True
# You should always change this setting.
# Make this unique, and don't share it with anybody.
SECRET_KEY
=
'ly6)mw6a7x%n)-e#zzk4jo6f2=uqu!1o%)2-(7lo+f9yd^k^bg'
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