From 533c6f9ff34a135906181d310051f12e7c82f153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCttler?= Date: Fri, 4 Jun 2021 20:01:02 +0200 Subject: [PATCH] Link to django-sendfile2 --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 76ccf99..174c499 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,10 @@ Django Sendfile =============== +This project is dead. Please use the maintained version: Please tell users that there is a maintained version: https://github.com/moggers87/django-sendfile2 + + + This is a wrapper around web-server specific methods for sending files to web clients. This is useful when Django needs to check permissions associated files, but does not want to serve the actual bytes of the file itself. i.e. as serving large files is not what Django is made for. Note this should not be used for regular file serving (e.g. css etc), only for cases where you need Django to do some work before serving the actual file.