Metadata-Version: 2.4
Name: django-front
Version: 0.6.1
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
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 :: 5.2
Classifier: Framework :: Django :: 6.0
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
License-File: LICENSE
Requires-Dist: django-classy-tags>=1.0
Requires-Dist: Django>=5.2
Requires-Dist: six
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

Django-Front
*********************


.. image:: https://github.com/mbi/django-front/actions/workflows/test.yml/badge.svg
  :target: https://github.com/mbi/django-front/actions/workflows/test.yml
  
.. image:: https://img.shields.io/pypi/v/django-front
  :target: https://pypi.org/project/django-front/

.. image:: https://img.shields.io/pypi/l/django-front
  :target: https://github.com/mbi/django-front/blob/master/LICENSE



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 <https://ace.c9.io/>`_
* `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:: http://django-front.readthedocs.org/en/latest/_images/front-edit-usage.gif




