Metadata-Version: 2.0
Name: feincms3
Version: 0.4.0
Summary: feincms3
Home-page: https://github.com/matthiask/feincms3/
Author: Matthias Kestenholz
Author-email: mk@feinheit.ch
License: BSD License
Platform: OS Independent
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Dist: Django (<1.10,>=1.9)
Requires-Dist: django-ckeditor
Requires-Dist: django-content-editor
Requires-Dist: django-mptt
Requires-Dist: django-versatileimagefield
Requires-Dist: feincms-cleanse
Requires-Dist: requests

========
feincms3
========

.. image:: https://travis-ci.org/matthiask/feincms3.svg?branch=master
    :target: https://travis-ci.org/matthiask/feincms3

feincms3 provides additional building blocks on top of
django-content-editor_ and django-mptt_ which make building a page CMS
(and also other types of CMS) simpler.

Consult the documentation_ or the example project feincms3-example_ for
additional details.


.. _django-content-editor: http://django-content-editor.readthedocs.org/
.. _django-mptt: http://django-mptt.github.io/django-mptt/
.. _feincms3-example: https://github.com/matthiask/feincms3-example
.. _documentation: http://feincms3.readthedocs.io/en/latest/


