Metadata-Version: 1.0
Name: django-db-file-storage
Version: 0.2.4
Summary: Custom FILE_STORAGE for Django. Saves model's filefields in your database instead of your file system.
Home-page: http://pypi.python.org/pypi/django-db-file-storage/
Author: Victor Oliveira da Silva
Author-email: victor_o_silva@hotmail.com
License: Creative Commons Attribution-Noncommercial-Share Alike license
Description: db_file_storage_demo
        ====================
        
        Custom FILE_STORAGE for django.
        Saves your model's filefields in your database instead of your file system.
        Docs are here: https://github.com/victor-o-silva/db_file_storage/blob/master/docs/index.rst
        Source is here: https://github.com/victor-o-silva/db_file_storage
        Demo project is here: https://github.com/victor-o-silva/db_file_storage_demo
        
Platform: UNKNOWN
