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:
Henrik Levkowetz 2018-03-14 19:13:10 +00:00
parent fdba464808
commit f7130529d6

View file

@ -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',