Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed a bug in the settings file for django 1.4
  • Loading branch information
tpatterson committed Oct 18, 2012
1 parent 1485b5c commit 62803b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions settings.py
Expand Up @@ -54,9 +54,7 @@

# 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.eggs.load_template_source',
'django.template.loaders.filesystem.Loader',
)

TEMPLATE_CONTEXT_PROCESSORS = (
Expand Down

0 comments on commit 62803b0

Please sign in to comment.