Skip to main content

A django application that contains a widget to render a form field as beautiful Imperavi WYSIWYG editor http://redactorjs.com/

Project description

Django Imperavi editor
================
**Django admin WYSIWYG Imperavi editor integration.**

Installation
------------

#. Install or add ``django-imperavi`` to your python path.

#. Add ``imperavi`` to your ``INSTALLED_APPS`` setting.

#. Add imperavi URL include to your project's ``urls.py`` file::

url(r'^imperavi/', include('imperavi.urls')),

Usage
-----

The quickest way to add rich text editing capabilities to your admin is to use the included ``ImperaviAdmin`` class. For example::

from models import Article
from imperavi.admin import ImperaviAdmin

class ArticleAdmin(ImperaviAdmin):
pass

admin.site.register(Article, ArticleAdmin)

More information will be soon...

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-imperavi-0.1.6.tar.gz (51.0 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