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…
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.7.tar.gz
(94.2 kB
view details)
File details
Details for the file django-imperavi-0.1.7.tar.gz.
File metadata
- Download URL: django-imperavi-0.1.7.tar.gz
- Upload date:
- Size: 94.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
587cc607859a8e1e0bea976f3441f1b6d83cd21be8ef68713c5482a2e388b60c
|
|
| MD5 |
c6a9bfa30abb9d76ffd4a2a3bc5b549c
|
|
| BLAKE2b-256 |
9f36a8380c8b03579d21610947ddb6e9b2f644509ea7a67a51a68b87d6c0cac4
|