Metadata-Version: 1.1
Name: django-custard
Version: 0.4
Summary: Django runtime generic customizable fields for any model.
Home-page: https://github.com/kunitoki/django-custard
Author: Lucio Asnaghi (aka kunitoki)
Author-email: kunitoki@gmail.com
License: MIT
Description: .. image:: https://raw.github.com/kunitoki/django-custard/master/custard-logo.png
           :alt: Django Custard
           :target: https://github.com/kunitoki/django-custard
        
        ==========================================
        Django runtime customizable generic fields
        ==========================================
        
        Django Custard is a small reusable `Django <http://www.djangoproject.com>`_ app
        that implements runtime customizable fields that can be attached to any model
        on the fly: add fields from the admin interface and display them in any model,
        even outside of the admin.
        
        .. |travis| image:: https://travis-ci.org/kunitoki/django-custard.png?branch=master
           :alt: Build Status - master branch
           :target: https://travis-ci.org/kunitoki/django-custard
        
        .. |coveralls| image:: https://coveralls.io/repos/kunitoki/django-custard/badge.png?branch=master
           :alt: Source code coverage - master branch
           :target: https://coveralls.io/r/kunitoki/django-custard
        
        .. |pythonversions| image:: https://pypip.in/py_versions/django-custard/badge.png
            :target: https://pypi.python.org/pypi/django-custard/
            :alt: Supported Python versions
        
        .. |pypi| image:: https://pypip.in/v/django-custard/badge.png
           :alt: Pypi latest version
           :target: https://pypi.python.org/pypi/django-custard/
        
        .. |downloads| image:: https://pypip.in/d/django-custard/badge.png
           :alt: Pypi downloads
           :target: https://pypi.python.org/pypi/django-custard/
        
        .. |license| image:: https://pypip.in/license/django-custard/badge.png
            :target: https://pypi.python.org/pypi/django-custard/
            :alt: License
        
        |pypi| |travis| |coveralls| |downloads| |pythonversions| |license|
        
        
        Resources
        ---------
        
        * Home page: https://github.com/kunitoki/django-custard
        * Documentation: http://django-custard.readthedocs.org/en/latest
        * Example app on Github: https://github.com/kunitoki/django-custard/example
        * Licence: `The MIT License (MIT) <http://opensource.org/licenses/MIT>`_
        * Changelog: `Changelog.rst <https://github.com/kunitoki/django-custard/blob/develop/CHANGELOG.rst>`_
        * Supports: Django 1.6 - Python 2.7
        
Keywords: django,models,fields,custom,admin,content types
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Environment :: Web Environment
Classifier: Topic :: Software Development
