3 lines
184 B
Text
3 lines
184 B
Text
This is a storage system for Django that stores uploaded files in binary
|
|
fields in the database. Files can be served from the database (usually a
|
|
bad idea), the file system, or a CDN.
|