django-database-files
django-database-files copied to clipboard
A storage system for Django that stores uploaded files in the database.
I've made several significant changes: 1. I've added support for serving files from the local file system. When a file is uploaded, a database record is still created but the...
Greetings! I am seeing a south.db reference which has been sunsetted. There is no manage.py attached to this otherwise I could migrate it for you. May dig into how to...
Just a small change to make django-database-files work with django 1.4+. I'm currently using it with django 1.7 without issue. The `mimetype` argument was deprecated, and was removed from `django.response.HttpResponse`:...