22 lines
439 B
ReStructuredText
22 lines
439 B
ReStructuredText
|
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
|