Changeset 7fb28a0 for remit/settings
- Timestamp:
- Jul 5, 2014, 8:32:51 PM (12 years ago)
- Branches:
- master
- Children:
- cabf7ac
- Parents:
- d604f81 (diff), e24d22f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - git-author:
- Alex Dehnert <adehnert@…> (07/05/14 20:29:08)
- git-committer:
- Alex Dehnert <adehnert@…> (07/05/14 20:32:51)
- Location:
- remit/settings
- Files:
-
- 2 added
- 1 moved
-
__init__.py (moved) (moved from remit/settings.py) (6 diffs)
-
init-dev.sh (added)
-
local.dev-template.py (added)
Legend:
- Unmodified
- Added
- Removed
-
remit/settings/__init__.py
rf5bebab r32b9b17 3 3 import sys 4 4 5 SITE_ROOT = os.path.normpath(os.path. dirname(__file__))5 SITE_ROOT = os.path.normpath(os.path.join(os.path.dirname(__file__), '..')) 6 6 SITE_WEB_PATH = '' 7 7 DEFAULT_DOMAIN = 'mit.edu' … … 9 9 DEBUG = False 10 10 TEMPLATE_DEBUG = DEBUG 11 12 ATOMIC_REQUESTS = True 11 13 12 14 ADMINS = ( … … 53 55 USE_I18N = True 54 56 55 from local_settings import * 57 # Required settings 58 # SITE_URL_BASE: used to construct absolute URLs for use in emails 59 60 from local import * 56 61 57 62 # Absolute path to the directory that holds media. … … 85 90 'django.contrib.sessions.middleware.SessionMiddleware', 86 91 'django.contrib.auth.middleware.AuthenticationMiddleware', 87 'django.middleware.transaction.TransactionMiddleware',88 92 'django.middleware.csrf.CsrfViewMiddleware', 89 93 'django.contrib.messages.middleware.MessageMiddleware', … … 116 120 'django.contrib.sessions', 117 121 'django.contrib.sites', 122 'django.contrib.staticfiles', 118 123 'treebeard', 119 124 'south', … … 126 131 USER_EMAIL_SIGNATURE = "%s Treasury" % (GROUP_NAME,) 127 132 128 from local_ settings_after import *133 from local_after import *
Note: See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/chrome/site/your_project_logo.png)