Add: debug context processor
This commit is contained in:
parent
2d507792c3
commit
11cc94d59c
2 changed files with 5 additions and 0 deletions
|
@ -94,6 +94,7 @@ TEMPLATES = [
|
|||
'django.template.context_processors.request',
|
||||
'django.contrib.auth.context_processors.auth',
|
||||
'django.contrib.messages.context_processors.messages',
|
||||
'apps.context_processors.debug',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue