Changeset 05f5712 for asadb/settings.py
- Timestamp:
- Mar 29, 2012, 4:23:25 AM (14 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- 6dfcd66
- Parents:
- a53f8ee (diff), 58a5c6a (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@…> (03/29/12 04:23:25)
- git-committer:
- Alex Dehnert <adehnert@…> (03/29/12 04:23:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/settings.py
ra86a924 r05f5712 83 83 ) 84 84 85 TEMPLATE_CONTEXT_PROCESSORS = ( 86 "django.core.context_processors.auth", 87 "django.core.context_processors.debug", 88 "django.core.context_processors.i18n", 89 "django.core.context_processors.media", 90 "django.core.context_processors.request", 91 ) 92 85 93 MIDDLEWARE_CLASSES = [ 86 94 'django.middleware.common.CommonMiddleware',
Note: See TracChangeset
for help on using the changeset viewer.