Metadata-Version: 1.1
Name: paperclip
Version: 0.1.2
Summary: Attach files to Django models
Home-page: https://github.com/makinacorpus/paperclip
Author: Makina Corpus
Author-email: geobi@makina-corpus.com
License: LPGL, see LICENSE file.
Download-URL: http://pypi.python.org/pypi/paperclip/
Description: Paperclip
        =========
        
        Add attachments to Django models, used `MapEntity <https://github.com/makinacorpus/django-mapentity>`_.
        
        =======
        INSTALL
        =======
        
        ::
        
            pip install paperclip
        
        =====
        USAGE
        =====
        
        * Add ``paperclip`` to ``INSTALLED_APPS``
        
        * Include list and form in template
        
        ::
        
            {% include 'paperclip/attachment_list.html' with attachment_form_next=object.get_detail_url %}
        
        =======
        AUTHORS
        =======
        
        |makinacom|_
        
        .. |makinacom| image:: http://depot.makina-corpus.org/public/logo.gif
        .. _makinacom:  http://www.makina-corpus.com
        
        
        =======
        LICENSE
        =======
        
            * LGPL
        
        
        =========
        CHANGELOG
        =========
        
        0.1.2 (2014-11-07)
        ==================
        
        * Fix upload regular expressions for author and legend
        
        
        0.1.1 (2014-11-03)
        ==================
        
        * Fix missing SVG media in package
        
        
        0.1.0 (2014-10-23)
        ==================
        
        * Initial working version
        
Platform: UNKNOWN
Classifier: Topic :: Utilities
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 2.7
