Initial commit
This commit is contained in:
8
env/lib/python3.10/site-packages/wagtail/test/dummy_sendfile_backend.py
vendored
Normal file
8
env/lib/python3.10/site-packages/wagtail/test/dummy_sendfile_backend.py
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.http import HttpResponse
|
||||
|
||||
|
||||
def sendfile(request, filename, **kwargs):
|
||||
"""
|
||||
Dummy sendfile backend implementation.
|
||||
"""
|
||||
return HttpResponse("Dummy backend response")
|
||||
Reference in New Issue
Block a user