Need to set this explicitly

This commit is contained in:
Patrick Uiterwijk 2015-02-09 18:24:35 +00:00
parent 2aa1d00087
commit 2715885553

View file

@ -38,6 +38,7 @@ SESSION_COOKIE_SECURE = True
# Used by SESSION_COOKIE_PATH
APPLICATION_ROOT = 'calendar/'
SESSION_COOKIE_PATH = 'calendar/'
{% if env == 'staging' %}
APP_URL = 'https://apps.stg.fedoraproject.org/' + APPLICATION_ROOT