Integrate TinyMCE 4 in Django projects.
Project description
django-tinymce-4
Features
Support only TinyMCE4.
Support django-filebrowser.
Install
Install package from current repo:
pip install git+git://github.com/ITCase-django/django-tinymce-4
Add application in project settings (order is important):
INSTALLED_APPS = (
...,
'tinymce_4',
'grappelli',
'filebrowser',
'django.contrib.admin',
...
)
Usage
from tinymce_4.fields import TinyMCEModelField
from django.db import models
class ModelFoo(models.Model):
content = TinyMCEModelField('Foo content')
Custom Settings
Base Settings: /tinymce_4/static/tinymce_4/settings/full/setings.js
Menu: /tinymce_4/static/tinymce_4/settings/full/menu.js
Plugins: /tinymce_4/static/tinymce_4/settings/full/plugins.js
External plugin: /tinymce_4/static/tinymce_4/settings/full/external_plugins.js
Templates: /tinymce_4/static/tinymce_4/settings/full/templates.js
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-tinymce-4-0.0.17.tar.gz
.
File metadata
- Download URL: django-tinymce-4-0.0.17.tar.gz
- Upload date:
- Size: 1.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 525eb4507e8b552654726e5eed714cd3e2da62e36b8bf19cbfd3c23dc39f622e |
|
MD5 | 66f61bd8e4d6b0847b3949cd174b3437 |
|
BLAKE2b-256 | 0ee687e2a3f122256ef0d67283a1f97c3f91b5f7248d2cfb4b56170c5486fe99 |