Set the APPLICATION_ROOT for elections
This commit is contained in:
parent
c24636ed82
commit
ef16bd5edf
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ PREFERRED_URL_SCHEME='https'
|
|||
# Make browsers send session cookie only via HTTPS
|
||||
SESSION_COOKIE_SECURE = True
|
||||
|
||||
# Used by SESSION_COOKIE_PATH
|
||||
APPLICATION_ROOT = '/voting/'
|
||||
|
||||
DOGPILE_CACHE = {
|
||||
'backend': 'dogpile.cache.memcached',
|
||||
'arguments': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue