diff --git a/djangorestframework/utils/staticviews.py b/djangorestframework/utils/staticviews.py index 7f5cb2e58..825ea6b5c 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):