Skip to content

Commit

Permalink
Fix tests for django 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
onrik committed Apr 5, 2017
1 parent dc819bb commit 2a3acbf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'APP_DIRS': True,
'OPTIONS': {
'context_processors': [
'django.template.context_processors.debug',
'django.template.context_processors.request',
'django.contrib.auth.context_processors.auth',
'django.contrib.messages.context_processors.messages',
],
},
},
],

Expand Down

0 comments on commit 2a3acbf

Please sign in to comment.