Changeset 522674a for remit/settings.py
- Timestamp:
- Jan 25, 2013, 5:41:19 PM (13 years ago)
- Branches:
- master, client
- Children:
- d0292cf
- Parents:
- bf1a969
- git-author:
- Alex Dehnert <adehnert@…> (01/25/13 17:41:19)
- git-committer:
- Alex Dehnert <adehnert@…> (01/25/13 17:41:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/settings.py
rbf1a969 r522674a 75 75 # List of callables that know how to import templates from various sources. 76 76 TEMPLATE_LOADERS = ( 77 'django.template.loaders.filesystem.load_template_source', 78 'django.template.loaders.app_directories.load_template_source', 79 # 'django.template.loaders.eggs.load_template_source', 77 'django.template.loaders.filesystem.Loader', 78 'django.template.loaders.app_directories.Loader', 80 79 ) 81 80
Note: See TracChangeset
for help on using the changeset viewer.