Metadata-Version: 1.1
Name: django-thumborstorage
Version: 0.90.0
Summary: Django custom storage for Thumbor backend.
Home-page: https://github.com/Starou/django-thumborstorage
Author: Stanislas Guerra
Author-email: stanislas.guerra@gmail.com
License: MIT Licence
Description: =====================
        django-thumborstorage
        =====================
        
        A Django custom storage for Thumbor backend.
        
        **Important:** Still in development.
        
        
        This app provide 2 classes ``ThumborStorage`` and ``ThumborMigrationStorage``. The last one
        is a storage you can use for ``Imagefield`` initialy using a ``FileSystemStorage`` you want
        to migrate to Thumbor without batch-moving all of them. That way, Django continues to serve
        them from the file system until you change the image on that field.
        
        
        Install
        =======
        
        ::
        
            pip install django-thumborstorage
        
        
        TODO
        ====
        
        * PUT, DELETE
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
