From ab5277d48b189d997ac196ff8619600ed0a6ba41 Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Fri, 20 Jan 2017 13:05:30 +0100 Subject: [PATCH] Added all ctx processors to test runner. --- runtests.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtests.py b/runtests.py index a42d256..30afb39 100755 --- a/runtests.py +++ b/runtests.py @@ -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', ], }, },