mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Added all ctx processors to test runner.
This commit is contained in:
parent
a1ffb99d34
commit
ab5277d48b
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ SETTINGS = {
|
|||
'context_processors': [
|
||||
'django.template.context_processors.debug',
|
||||
'django.template.context_processors.request',
|
||||
'django.template.context_processors.i18n',
|
||||
'dpaste.context_processors.dpaste_globals',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue