diff options
| author | Tom Christie | 2011-12-30 16:38:03 +0000 |
|---|---|---|
| committer | Tom Christie | 2011-12-30 16:38:03 +0000 |
| commit | 2394fc70d1c33def374014226e7648db12562af1 (patch) | |
| tree | 373c5281e7b3487078581edfa66ee119aa953fd3 /djangorestframework/utils/staticviews.py | |
| parent | c81c0d843ec555c4cc4b71f58852d2281a9cb5b2 (diff) | |
| download | django-rest-framework-2394fc70d1c33def374014226e7648db12562af1.tar.bz2 | |
And add RequestContext too
Diffstat (limited to 'djangorestframework/utils/staticviews.py')
| -rw-r--r-- | djangorestframework/utils/staticviews.py | 1 |
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): |
