Repository URL to install this package:
Version:
2.4.1b1 ▾
|
from django.http import HttpResponse
def sendfile(request, filename, **kwargs):
"""
Dummy sendfile backend implementation.
"""
return HttpResponse('Dummy backend response')