Changeset 05f5712 for asadb/settings.py


Ignore:
Timestamp:
Mar 29, 2012, 4:23:25 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Merge branch 'master' into office-access

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/settings.py

    ra86a924 r05f5712  
    8383)
    8484
     85TEMPLATE_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
    8593MIDDLEWARE_CLASSES = [
    8694    'django.middleware.common.CommonMiddleware',
Note: See TracChangeset for help on using the changeset viewer.