Changeset a586682
- Timestamp:
- Dec 12, 2011, 8:14:38 PM (15 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- af41d4d
- Parents:
- 4d6fe00
- git-author:
- Alex Dehnert <adehnert@…> (12/12/11 20:14:38)
- git-committer:
- Alex Dehnert <adehnert@…> (12/12/11 20:14:38)
- File:
-
- 1 edited
-
asadb/settings.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
asadb/settings.py
rd6f7d1a ra586682 25 25 ENABLE_SCRIPTS_AUTH = True 26 26 27 COOKIES_PREFIX = "asadb_" 27 28 SESSION_COOKIE_SECURE = True 28 29 SESSION_COOKIE_HTTPONLY = True … … 50 51 51 52 from local_settings import * 53 54 SESSION_COOKIE_NAME = COOKIES_PREFIX + "sessionid" 55 CSRF_COOKIE_NAME = COOKIES_PREFIX + "csrftoken" 52 56 53 57 # Absolute path to the directory that holds media.
Note: See TracChangeset
for help on using the changeset viewer.