Skip to main content

A Django application that provides a TinyMCE 4 editor widget without any static files.

Project description

django-tinymce4-widget

image image image image image

django-tinymce4-widget is a reworked fork of django-tinymce4-lite. It provides a minimal TinyMCE 4 editor widget that can be used in Django forms. The application can use django-filebrowser or django-filebrowser-no-grappelli as a file manager for TinyMCE 4 to insert images and file links into edited text.

This version does not include any static files, it's using the TinyMCE from the CDN by default.

Warning: TinyMCE 4 is incompatible with TinyMCE 3. Read TinyMCE docs for more information about how to configure TimyMCE 4 editor widget.

Compatibility

  • Python: 3.5-3.8
  • Django: 1.11-2.2

Quick Start

Install django-tinymce4-widget:

$ pip install django-tinymce4-widget

Add tinymce to INSTALLED_APPS in settings.py for your Django project:

INSTALLED_APPS = (
    ...
    'tinymce',
)

Add tinymce.urls to urls.py for your project:

urlpatterns = [
    ...
    url(r'^tinymce/', include('tinymce.urls')),
    ...
]

In your code:

from django.db import models
from tinymce import HTMLField

class MyModel(models.Model):
    ...
    content = HTMLField('Content')

In Django Admin the widget is used automatically for all models that have HTMLField fields. If you are using TinyMCE 4 in your website forms, add form.media variable into your templates:

<!DOCTYPE html>
<html>
<head>
  ...
  {{ form.media }}
</head>
<body>
...
</body>
</html>

Documentation

The full documentation is available at http://django-tinymce4-widget.readthedocs.io

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-tinymce4-widget-4.1.0.tar.gz (11.7 kB view details)

Uploaded Source

Built Distribution

django_tinymce4_widget-4.1.0-py3-none-any.whl (10.8 kB view details)

Uploaded Python 3

File details

Details for the file django-tinymce4-widget-4.1.0.tar.gz.

File metadata

  • Download URL: django-tinymce4-widget-4.1.0.tar.gz
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.9

File hashes

Hashes for django-tinymce4-widget-4.1.0.tar.gz
Algorithm Hash digest
SHA256 b1a642c41262225910ffad00bf71f6e93fa94fc1a5413ff5d4310aeb950a6f7a
MD5 fc5c1bcfc35c43d30a093e58050eea4b
BLAKE2b-256 77dbdf0a5fe394ae0885e09200a6e2ebab9bf9a2bacaa904d29e6c6050b57319

See more details on using hashes here.

File details

Details for the file django_tinymce4_widget-4.1.0-py3-none-any.whl.

File metadata

  • Download URL: django_tinymce4_widget-4.1.0-py3-none-any.whl
  • Upload date:
  • Size: 10.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.9

File hashes

Hashes for django_tinymce4_widget-4.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fc13dd784bc0cf0feb53b7ad9752a25d50f67f887ce322a8eb65a52af64704a6
MD5 d3dd2930ca15c7dfe57102a3fdf9ddcd
BLAKE2b-256 00477b9a753ca25e574b12c8a95b1924c9e851c462993469ed0585cbff2c17e6

See more details on using hashes here.

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