diff --git a/demo/demodesk/config/settings.py b/demo/demodesk/config/settings.py index 070f91cb..49c669e3 100644 --- a/demo/demodesk/config/settings.py +++ b/demo/demodesk/config/settings.py @@ -62,6 +62,7 @@ TEMPLATES = [ 'DIRS': [], 'APP_DIRS': True, 'OPTIONS': { + 'debug': True, 'context_processors': [ 'django.template.context_processors.debug', 'django.template.context_processors.request',