Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1 KB

README.rst

File metadata and controls

27 lines (15 loc) · 1 KB

django-dynamic-file

https://coveralls.io/repos/github/Hafnernuss/django-dynamic-file/badge.svg?branch=master

A hopefully flexible approach to serving dynamic files with django.

Introduction

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.