Changeset 4da2aeb for asadb/settings.py


Ignore:
Timestamp:
Oct 23, 2011, 5:58:23 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
96c5790
Parents:
eabc6ee
git-author:
Alex Dehnert <adehnert@…> (10/23/11 05:58:23)
git-committer:
Alex Dehnert <adehnert@…> (10/23/11 05:58:23)
Message:

Fix a deprecation warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/settings.py

    r1de230f r4da2aeb  
    6363# List of callables that know how to import templates from various sources.
    6464TEMPLATE_LOADERS = (
    65     'django.template.loaders.filesystem.load_template_source',
     65    'django.template.loaders.filesystem.Loader',
    6666    'django.template.loaders.app_directories.load_template_source',
    6767#     'django.template.loaders.eggs.load_template_source',
Note: See TracChangeset for help on using the changeset viewer.