Explanatory comment to self, after repeating the same search for where 'sql_queries' is made available to templates again ...
- Legacy-Id: 14796
This commit is contained in:
parent
fdba464808
commit
f7130529d6
|
@ -309,7 +309,7 @@ TEMPLATES = [
|
|||
'OPTIONS': {
|
||||
'context_processors': [
|
||||
'django.contrib.auth.context_processors.auth',
|
||||
'django.template.context_processors.debug',
|
||||
'django.template.context_processors.debug', # makes 'sql_queries' available in templates
|
||||
'django.template.context_processors.i18n',
|
||||
'django.template.context_processors.request',
|
||||
'django.template.context_processors.media',
|
||||
|
|
Loading…
Reference in a new issue