Pre-release
This release is a pre-release and may not be stable for production use.
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...
================
**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.5dev.tar.gz
(51.9 kB
view details)
File details
Details for the file django-imperavi-0.1.5dev.tar.gz.
File metadata
- Download URL: django-imperavi-0.1.5dev.tar.gz
- Upload date:
- Size: 51.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
659c16684897de2e6db2bc137f2badc8c2e8fbd3c917e7cfca560f15e9e35957
|
|
| MD5 |
2ad40e4ee9e2157ccee2bffa91fe8282
|
|
| BLAKE2b-256 |
6c4f0bec48965ebe3758bdc1da76e816bd27bf586d86b61187deae8d2aefb4ac
|