settings_local: necachuj šablony

Aby nebylo nutné s každou změnou šablony restartovat server
This commit is contained in:
Matěj Kocián 2015-11-08 21:11:45 +01:00
parent c92fb9735e
commit b8d1ef420a

View file

@ -40,3 +40,8 @@ DATABASES = {
# set to 'DEBUG' for EXTRA verbose output
LOGGING['handlers']['console']['level'] = 'INFO'
# So that it is not necessary to restart the server every time a template is
# changed
TEMPLATE_LOADERS = ('django.template.loaders.filesystem.Loader',
'django.template.loaders.app_directories.Loader')