1
0
mirror of https://github.com/etesync/server synced 2024-11-25 18:28:46 +00:00
etesync-server/etebase_fastapi/sendfile
2020-12-29 15:37:11 +02:00
..
backends
__init__.py
LICENSE
README.md
utils.py Reformat files using black. 2020-12-29 15:37:11 +02:00

Heavily inspired + code borrowed from: https://github.com/moggers87/django-sendfile2/

We just simplified and inlined it because we don't want another external dependency for distribution packagers to package, as well as need a much simpler version.