Skip to main content

A set of project independent reusable features.

Project description

The Django Aloha Editor is a WYSIWYG editor for all your Django powered websites By default it always uses the latest version of Aloha Editor http://aloha-editor.org/

Dependencies

  • simplejson

How it works

Django Aloha Editor checks the user permissons, wraps the content with an aloha editor div and saves the edited content with an ajax call.

Installation

  1. Add the aloha_editor directory to your Python path.

    Or use pip install git+git://github.com/baskoopmans/django-aloha-editor.git

  2. Add the following middleware to your project’s settings.py file:

    'aloha_editor.middleware.AlohaEditorMiddleware',

  3. Add aloha_editor to your INSTALLED_APPS setting so Django can find the template files and tags associated with Aloha Editor.

Example

`` {% load aloha_editor %} <html> <head> {% if user.is_authenticated %} {% include “aloha_editor/css.html” %} {% include “aloha_editor/js.html” %} {% endif %} </head> <body> {% aloha_editor object.field %} </body> </html> ``

TODOs and BUGS

See: http://github.com/baskoopmans/django-aloha-editor/issues

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-aloha-editor-1.0.zip (11.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page