project/settings.py
changeset 152 64d37556e457
parent 150 9e0d3287d753
child 236 29ecd3dd6565
equal deleted inserted replaced
151:f85b864f5f8b 152:64d37556e457
    54 )
    54 )
    55 
    55 
    56 ROOT_URLCONF = 'project.urls'
    56 ROOT_URLCONF = 'project.urls'
    57 
    57 
    58 TEMPLATE_LOADERS = (
    58 TEMPLATE_LOADERS = (
    59     'django.template.loaders.filesystem.Loader',
    59     'django.template.loaders.filesystem.load_template_source',
    60     'django.template.loaders.app_directories.Loader',
    60     'django.template.loaders.app_directories.load_template_source',
    61 )
    61 )
    62 
    62 
    63 TEMPLATE_DIRS = (
    63 TEMPLATE_DIRS = (
    64     os.path.join(os.path.dirname(__file__), 'templates'),
    64     os.path.join(os.path.dirname(__file__), 'templates'),
    65 )
    65 )