aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/utils/staticviews.py
diff options
context:
space:
mode:
Diffstat (limited to 'djangorestframework/utils/staticviews.py')
-rw-r--r--djangorestframework/utils/staticviews.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/djangorestframework/utils/staticviews.py b/djangorestframework/utils/staticviews.py
index 7f5cb2e5..825ea6b5 100644
--- a/djangorestframework/utils/staticviews.py
+++ b/djangorestframework/utils/staticviews.py
@@ -2,6 +2,7 @@ from django.contrib.auth.views import *
from django.conf import settings
from django.http import HttpResponse
from django.shortcuts import render_to_response
+from django.template import RequestContext
import base64
def deny_robots(request):