Metadata-Version: 1.1
Name: django-front
Version: 0.5.10
Summary: A Django application to allow of front-end editing
Home-page: https://github.com/mbi/django-front
Author: Marco Bonetti
Author-email: mbonetti@gmail.com
License: MIT
Description: Django-Front
        *********************
        
        Django-front is a front-end editing application: placeholders can be defined in Django templates, which can then be edited on the front-end.
        
        Currently supported editors:
        
        * `Ace <http://ace.ajax.org/>`_
        * `CKEditor <http://ckeditor.com/>`_
        * `EpicEditor <http://epiceditor.com/>`_
        * `Froala <https://froala.com/wysiwyg-editor>`_
        * `Medium Editor <https://yabwe.github.io/medium-editor/>`_
        * `Redactor <http://imperavi.com/redactor/>`_
        * `WYMeditor <http://www.wymeditor.org/>`_
        
        Please see the `online documentation <http://django-front.readthedocs.org/>`_ to install and get started.
        
        .. image:: https://travis-ci.org/mbi/django-front.png?branch=master
          :target: http://travis-ci.org/mbi/django-front
        
        
        ----
        
        .. image:: http://django-front.readthedocs.org/en/latest/_images/front-edit-usage.gif
        
        
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
