Skip to content

Commit

Permalink
Update TEMPLATE_LOADERS to Django 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgebastida committed Aug 13, 2011
1 parent b11b8cf commit 510a6c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dajaxexamples/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@

# List of callables that know how to import templates from various sources.
TEMPLATE_LOADERS = (
'django.template.loaders.filesystem.load_template_source',
'django.template.loaders.app_directories.load_template_source',
'django.template.loaders.filesystem.Loader',
'django.template.loaders.app_directories.Loader',
'django.template.loaders.eggs.load_template_source',
)

Expand Down

0 comments on commit 510a6c3

Please sign in to comment.