forked from extern/django-helpdesk
Turn on template debug for the demo
This commit is contained in:
parent
ee1cae07a4
commit
1bd88c0f4f
@ -62,6 +62,7 @@ TEMPLATES = [
|
||||
'DIRS': [],
|
||||
'APP_DIRS': True,
|
||||
'OPTIONS': {
|
||||
'debug': True,
|
||||
'context_processors': [
|
||||
'django.template.context_processors.debug',
|
||||
'django.template.context_processors.request',
|
||||
|
Loading…
Reference in New Issue
Block a user