|
@ -30,9 +30,9 @@ MANAGERS = ADMINS |
|
|
|
|
|
|
|
|
SITE_ID = 1 |
|
|
SITE_ID = 1 |
|
|
|
|
|
|
|
|
TEMPLATE_CONTEXT_PROCESSORS = DEFAULT_SETTINGS.TEMPLATE_CONTEXT_PROCESSORS + [ |
|
|
TEMPLATE_CONTEXT_PROCESSORS = DEFAULT_SETTINGS.TEMPLATE_CONTEXT_PROCESSORS + ( |
|
|
'django.core.context_processors.request', |
|
|
'django.core.context_processors.request', |
|
|
] |
|
|
) |
|
|
# List of callables that know how to import templates from various sources. |
|
|
# List of callables that know how to import templates from various sources. |
|
|
TEMPLATE_LOADERS = ('django.template.loaders.filesystem.Loader', |
|
|
TEMPLATE_LOADERS = ('django.template.loaders.filesystem.Loader', |
|
|
'django.template.loaders.app_directories.Loader', |
|
|
'django.template.loaders.app_directories.Loader', |
|
|