Skip to content

Commit

Permalink
Changed global_settings.TEMPLATE_LOADERS to be same as default projec…
Browse files Browse the repository at this point in the history
…t_template.settings.TEMPLATE_LOADERS

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1011 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Oct 25, 2005
1 parent 3ad82ef commit d310b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/conf/global_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
# See the comments in django/core/template/loader.py for interface
# documentation.
TEMPLATE_LOADERS = (
# 'django.core.template.loaders.app_directories.load_template_source',
'django.core.template.loaders.filesystem.load_template_source',
'django.core.template.loaders.app_directories.load_template_source',
# 'django.core.template.loaders.eggs.load_template_source',
)

Expand Down

0 comments on commit d310b10

Please sign in to comment.