Changeset 522674a for remit/settings.py


Ignore:
Timestamp:
Jan 25, 2013, 5:41:19 PM (13 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Switch to class-based template loaders

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/settings.py

    rbf1a969 r522674a  
    7575# List of callables that know how to import templates from various sources.
    7676TEMPLATE_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',
    8079)
    8180
Note: See TracChangeset for help on using the changeset viewer.