Metadata-Version: 1.1
Name: django-crispy-admin
Version: 0.0.5
Summary: Django Crispy Admin allows you to edit your forms
    with the handy crispy forms, and bootstrap3 FTW!
Home-page: https://github.com/feverup/django-crispy-admin
Author: Enrique Paredes
Author-email: enrique@iknite.com
License: BSD
Description: =============================
        django-crispy-admin
        =============================
        
        .. image:: https://badge.fury.io/py/django-crispy-admin.png
            :target: https://badge.fury.io/py/django-crispy-admin
        
        .. image:: https://travis-ci.org/feverup/django-crispy-admin.png?branch=master
            :target: https://travis-ci.org/feverup/django-crispy-admin
        
        Django Crispy Admin allows you to edit your forms
        
        Documentation
        -------------
        
        The full documentation is at https://django-crispy-admin.readthedocs.org.
        
        Quickstart
        ----------
        
        Install django-crispy-admin::
        
            pip install django-crispy-admin
        
        Then use it in a project::
        
            import crispy_admin
        
        Features
        --------
        
        * TODO
        
        
        
        
        
        History
        -------
        
        0.0.1 (2015-10-13)
        ++++++++++++++++++
        
        * First release on PyPI.
        * Based on work from https://github.com/django-admin-bootstrapped/django-admin-bootstrapped
        * Added support of layouted forms from crispy
        * Added support of Layout helper for placing inlines
        
Keywords: django-crispy-admin
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
