Metadata-Version: 2.0
Name: django-front
Version: 0.5.13
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
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: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: django-classy-tags (>=1.0)
Requires-Dist: Django (>=1.11)
Requires-Dist: six

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






