Updated to the latest rosarior/django-sending repository changeset
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from django.http import HttpResponse
|
||||
|
||||
def sendfile(request, filename):
|
||||
def sendfile(request, filename, **kwargs):
|
||||
response = HttpResponse()
|
||||
response['X-Sendfile'] = filename
|
||||
|
||||
|
||||
Reference in New Issue
Block a user