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', ], }, },