Skip to main content

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/

docs/example.jpg

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. pip install django-aloha-editor

  2. Add the following url to your project’s urls.py file:

    url(r'^__alohaeditor__/', include('aloha_editor.urls', namespace='aloha_editor')),

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

Example

views.py

from django.shortcuts import render_to_response
from books.models import Book


def book_detail(request, book_id):
    try:
        book = Book.objects.get(pk=book_id)
    except Book.DoesNotExist:
        raise Http404
    return render_to_response('book_detail.html', {'book': book})

book_detail.html

{% load aloha_editor %}
<html>
<head>
  {% if user.is_authenticated %}
    {% include "aloha_editor/css.html" %}
    {% include "aloha_editor/js.html" %}
  {% endif %}
</head>
<body>
  <h1>{{ book.title }}</h1>
  {% aloha_editor book.description %}
</body>
</html>

TODOs and BUGS

You found a bug or have a suggestion for improvement, please let me know!

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

Release files for django-aloha-editor 1.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-aloha-editor 1.1.0
File Size Uploaded
django-aloha-editor-1.1.0.zip 11.7 kB Details

Release files / django-aloha-editor-1.1.0.zip

Download URL django-aloha-editor-1.1.0.zip
Size 11.7 kB
Tags Source
SHA-256 checksum
How to use checksums
cf4c008889b81c7674e50ff0373e5a89dd2f2c28be037d8c95ad9da05120269a
BLAKE2b-256 checksum
How to use checksums
9b0b8dda5aaf1a4fedf4191f796a9076e5c4c05903377de7d2b9b36a10b145c4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

1.1.0 This release

1 release file

1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page