Metadata-Version: 1.1
Name: django-cruditor
Version: 0.1.0
Summary: Set of generic class based views with Bootstrap templates.
Home-page: https://github.com/moccu/django-cruditor
Author: Moccu GmbH & Co. KG
Author-email: info@moccu.com
License: BSD
Description: django-cruditor
        ===============
        
        .. image:: https://badge.fury.io/py/django-cruditor.png
            :target: http://badge.fury.io/py/django-cruditor
        
        .. image:: https://travis-ci.org/moccu/django-cruditor.svg?branch=master
            :target: https://travis-ci.org/moccu/django-cruditor
        
        .. image:: https://coveralls.io/repos/moccu/django-cruditor/badge.svg
            :target: https://coveralls.io/r/moccu/django-cruditor
        
        .. image:: https://readthedocs.org/projects/django-cruditor/badge/?version=latest
            :target: https://readthedocs.org/projects/django-cruditor/?badge=latest
        
        
        What is django-cruditor
        -----------------------
        
        `django-cruditor` is a set of generic class based views with Bootstrap templates.
        
        
        Quick start
        -----------
        
        To install `django-cruditor` just use your preferred Python package installer::
        
            $ pip install django-cruditor
        
        Add some stuff  to your Django settings
        
        .. code-block:: python
        
            INSTALLED_APPS = (
                # some other apps
                'cruditor',
            )
        
        
        Contribute
        ----------
        
        To contribute, you can use `pip install -e .[tests]` to install all required
        development packages. To run the tests, just use
        
        .. code-block:: shell
        
            $ tox
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
