aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2011-12-30 16:30:55 +0000
committerTom Christie2011-12-30 16:30:55 +0000
commitc81c0d843ec555c4cc4b71f58852d2281a9cb5b2 (patch)
tree38f2747d56a3ed7548b4684140bfb31ce0f851a0
parentfd449204c1e2987bd2f05b43ab3ed03e7569f99a (diff)
downloaddjango-rest-framework-c81c0d843ec555c4cc4b71f58852d2281a9cb5b2.tar.bz2
Fixes #102
-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 de2cb5d8..7f5cb2e5 100644
--- a/djangorestframework/utils/staticviews.py
+++ b/djangorestframework/utils/staticviews.py
@@ -1,6 +1,7 @@
from django.contrib.auth.views import *
from django.conf import settings
from django.http import HttpResponse
+from django.shortcuts import render_to_response
import base64
def deny_robots(request):