dbfilestorage | ||
docs | ||
tests | ||
.gitignore | ||
.gitlab-ci.yml | ||
LICENSE.txt | ||
manage.py | ||
README.rst | ||
requirements.txt | ||
setup.py |
Django-dbfilestorage -------------------- Custom file storage for Django that stores file data and content type in the database. Easy to use for testing when you don't care about a filename, and just want to test file data. Intendted to be used in tests, never in production. TODO ==== More Tests Different django and different python versions. CHANGELOG ========= 2016-12-07 [Tyrel Souza] Initial commits and basic project setup