mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +00:00
Add missing context processor
Needed for some admin functionality, shows up as a warning in 3.2.
This commit is contained in:
@ -72,6 +72,7 @@ TEMPLATES = [{
|
||||
'DIRS': ['templates', ],
|
||||
'OPTIONS': {
|
||||
'context_processors': [
|
||||
'django.template.context_processors.request',
|
||||
'django.contrib.auth.context_processors.auth',
|
||||
'django.contrib.messages.context_processors.messages',
|
||||
'django.template.context_processors.media',
|
||||
|
Reference in New Issue
Block a user