mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-23 01:57:00 +03:00
Fixes #102
This commit is contained in:
parent
fd449204c1
commit
c81c0d843e
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user