Go to file
2016-12-07 22:50:48 -05:00
dbfilestorage Initial commit after moving from Gitlab 2016-12-07 22:50:48 -05:00
docs Initial commit after moving from Gitlab 2016-12-07 22:50:48 -05:00
tests Initial commit after moving from Gitlab 2016-12-07 22:50:48 -05:00
.gitignore Initial commit after moving from Gitlab 2016-12-07 22:50:48 -05:00
.gitlab-ci.yml Initial commit after moving from Gitlab 2016-12-07 22:50:48 -05:00
LICENSE.txt Initial commit after moving from Gitlab 2016-12-07 22:50:48 -05:00
manage.py Initial commit after moving from Gitlab 2016-12-07 22:50:48 -05:00
README.rst Initial commit after moving from Gitlab 2016-12-07 22:50:48 -05:00
requirements.txt Initial commit after moving from Gitlab 2016-12-07 22:50:48 -05:00
setup.py Initial commit after moving from Gitlab 2016-12-07 22:50:48 -05:00

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