Metadata-Version: 1.0
Name: django-ccthumbs
Version: 0.0.3
Summary: A thumbnail generating model field for Django
Home-page: https://github.com/designcc/django-ccthumbs
Author: c&c
Author-email: studio@designcc.co.uk
License: BSD 3 Clause
Description: About
        --------------------------------------------
        
        ccthumbs is a fork of `django-thumbs` that makes generating thumbnails easy.
        
        Requirements
        --------------------------------------------
        
        - `Django`_ > 1.3
        - `PIL`_
        
        PIL will be automatically installed for you if it is not available.
        
        Installation
        --------------------------------------------
        
        Install via pip::
        
           pip install django-ccthumbs
        
        
        Refer to the `documentation`_ for usage examples.
        
        
        
        South
        --------------------------------------------
        
        If `south`_ is in your installed apps then an introspection rule will be made available to aid working with migrations.
        
        
        License
        --------------------------------------------
        ccthumbs is released under a `3 clause BSD license.`_
        
        .. _`south`: http://south.aeracode.org/
        .. _`django-thumbs`: http://code.google.com/p/django-thumbs/
        .. _`3 clause BSD license.`: http://www.opensource.org/licenses/bsd-3-clause
        .. _`PIL`: http://www.pythonware.com/products/pil/
        .. _`Django`: https://www.djangoproject.com/
        .. _`documentation`: http://readthedocs.org/docs/django-ccthumbs/en/latest/
        
Platform: UNKNOWN
