django-sendfile
django-sendfile copied to clipboard
Django 2.1 and above has removed the permalink() decorator
Django 2.1 and above has removed the permalink() decorator.
examples/protected_downloads/download/models.py contains @permalink
Just a note, in case you want to update your example application for modern versions of Django.
You might want to check out https://github.com/moggers87/django-sendfile2 if you need to use this project with recent versions of Django.