Fix settings.py for Django 1.4

fix_request_path_info
Diederik van der Boor 2012-07-13 17:44:37 +02:00
parent a6d62ed630
commit d5b1b6b56c
1 changed files with 2 additions and 3 deletions

View File

@ -68,9 +68,8 @@ SECRET_KEY = 'nk=c&k+c&#+)8557)%&0auysdd3g^sfq6@rw8_x1k8)-p@y)!('
# 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',
'django.template.loaders.app_directories.Loader',
)
MIDDLEWARE_CLASSES = (