Changeset 7e8ea71
- Timestamp:
- Jul 1, 2012, 3:29:22 AM (14 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- 7a986f2
- Parents:
- 884ab7c
- git-author:
- Alex Dehnert <adehnert@…> (07/01/12 03:29:22)
- git-committer:
- ASA Group Database <asa-db@…> (07/01/12 03:29:22)
- File:
-
- 1 edited
-
asadb/settings.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/settings.py
r6dfcd66 r7e8ea71 80 80 TEMPLATE_LOADERS = ( 81 81 'django.template.loaders.filesystem.Loader', 82 'django.template.loaders.app_directories. load_template_source',82 'django.template.loaders.app_directories.Loader', 83 83 # 'django.template.loaders.eggs.load_template_source', 84 84 ) 85 85 86 86 TEMPLATE_CONTEXT_PROCESSORS = ( 87 "django.co re.context_processors.auth",87 "django.contrib.auth.context_processors.auth", 88 88 "django.core.context_processors.debug", 89 89 "django.core.context_processors.i18n",
Note: See TracChangeset
for help on using the changeset viewer.