A hopefully flexible approach to serving dynamic files with django.
Currently there are many other file handling libraries out there, most of them designed to handle files efficiently, make use of various storage backends or provide a good admin integration.
This library aims at providing an easy interface for handling files in conjunction with django rest framework, providing methods for applying generic permissions to serving, updating and deleting files.
This is done by wrapping FileField in their own model.
You may read more about the usage of this library at the official documentation site.