Skip to content

Commit

Permalink
Updated loader settings for Django 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dnet committed May 29, 2013
1 parent 03cdb16 commit 788153c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,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 788153c

Please sign in to comment.