Updated to the latest rosarior/django-sending repository changeset
This commit is contained in:
@@ -2,7 +2,7 @@ from django.views.static import serve
|
||||
|
||||
import os.path
|
||||
|
||||
def sendfile(request, filename):
|
||||
def sendfile(request, filename, **kwargs):
|
||||
'''
|
||||
Send file using django dev static file server.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user