{ "info": { "author": "Bruno Alla", "author_email": "alla.brunoo@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.11", "Framework :: Django :: 2.0", "Framework :: Django :: 2.1", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Editors", "Topic :: Text Processing", "Topic :: Text Processing :: Markup", "Topic :: Text Processing :: Markup :: HTML" ], "description": "django-tinymce4-widget\n======================\n\n.. image:: https://travis-ci.org/browniebroke/django-tinymce4-widget.svg?branch=master\n :target: https://travis-ci.org/browniebroke/django-tinymce4-widget\n.. image:: https://codecov.io/gh/browniebroke/django-tinymce4-widget/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/browniebroke/django-tinymce4-widget\n.. image:: https://readthedocs.org/projects/django-tinymce4-widget/badge/?version=latest\n :target: http://django-tinymce4-widget.readthedocs.io/en/latest/?badge=latest\n.. image:: https://badge.fury.io/py/django-tinymce4-widget.svg\n :target: https://badge.fury.io/py/django-tinymce4-widget\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :target: https://github.com/ambv/black\n\n**django-tinymce4-widget** is a reworked fork of `django-tinymce4-lite`_. It provides a minimal `TinyMCE 4`_\neditor widget that can be used in Django forms.\nThe application can use `django-filebrowser`_ or `django-filebrowser-no-grappelli`_\nas a file manager for TinyMCE 4 to insert images and file links into edited text.\n\nThis version **does not** include any static files, it's using the TinyMCE from the CDN by default.\n\n**Warning**: TinyMCE 4 is incompatible with TinyMCE 3. Read `TinyMCE`_ docs for more information\nabout how to configure TimyMCE 4 editor widget.\n\n.. _django-tinymce4-lite: https://github.com/romanvm/django-tinymce4-lite\n.. _TinyMCE 4: https://www.tinymce.com/\n.. _django-filebrowser: https://github.com/sehmaschine/django-filebrowser\n.. _django-filebrowser-no-grappelli: https://github.com/smacker/django-filebrowser-no-grappelli\n.. _TinyMCE: https://www.tinymce.com/\n\nCompatibility\n-------------\n\n- **Python**: 3.5-3.7\n- **Django**: 1.11-2.1\n\nQuick Start\n===========\n\nInstall **django-tinymce4-widget**::\n\n $ pip install django-tinymce4-widget\n\nAdd ``tinymce`` to ``INSTALLED_APPS`` in ``settings.py`` for your Django project:\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...\n 'tinymce',\n )\n\nAdd ``tinymce.urls`` to ``urls.py`` for your project:\n\n.. code-block:: python\n\n urlpatterns = [\n ...\n url(r'^tinymce/', include('tinymce.urls')),\n ...\n ]\n\nIn your code:\n\n.. code-block:: python\n\n from django.db import models\n from tinymce import HTMLField\n\n class MyModel(models.Model):\n ...\n content = HTMLField('Content')\n\nIn Django Admin the widget is used automatically for all models that have ``HTMLField`` fields.\nIf you are using TinyMCE 4 in your website forms, add ``form.media`` variable into your templates:\n\n.. code-block:: django\n\n \n \n \n ...\n {{ form.media }}\n \n \n ...\n \n \n\n\nDocumentation\n=============\n\nThe full documentation is available at http://django-tinymce4-widget.readthedocs.io/en/latest/\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/browniebroke/django-tinymce4-widget", "keywords": "django wysiwyg widget tinymce", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-tinymce4-widget", "package_url": "https://pypi.org/project/django-tinymce4-widget/", "platform": "any", "project_url": "https://pypi.org/project/django-tinymce4-widget/", "project_urls": { "Homepage": "https://github.com/browniebroke/django-tinymce4-widget" }, "release_url": "https://pypi.org/project/django-tinymce4-widget/4.0.0/", "requires_dist": null, "requires_python": "", "summary": "A Django application that provides a TinyMCE 4 editor widget for models and forms, without any static files.", "version": "4.0.0" }, "last_serial": 4144342, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "a8ac00ab95a63b59d67aaa24e3b17119", "sha256": "80f7a29d03b5f26aeed26da7ba3e11ddd2276aff571fd83e898fef5dad4cdddc" }, "downloads": -1, "filename": "django-tinymce4-widget-1.0.tar.gz", "has_sig": false, "md5_digest": "a8ac00ab95a63b59d67aaa24e3b17119", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11407, "upload_time": "2016-07-18T07:49:16", "url": "https://files.pythonhosted.org/packages/b7/97/6095a351b270547b909d4e2b738cd44a3a5fdf2f61e8a3b0d6aa78ecf2c2/django-tinymce4-widget-1.0.tar.gz" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "eca18162b339e039fe86ca6bfcdd8d49", "sha256": "5c8365cc85592eef2b4bc4458898884af6570b0043485bc93dacb4bb1df0e0b1" }, "downloads": -1, "filename": "django-tinymce4-widget-2.0.tar.gz", "has_sig": false, "md5_digest": "eca18162b339e039fe86ca6bfcdd8d49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11392, "upload_time": "2016-07-18T07:54:50", "url": "https://files.pythonhosted.org/packages/0c/0d/6ee4fb6be7452f6c6044a2109209627a0850511d15c3ab3dec537dc39545/django-tinymce4-widget-2.0.tar.gz" } ], "2.1.1": [ { "comment_text": "", "digests": { "md5": "fe3f4acd5944f278e4962b89c96476f7", "sha256": "8fcb255268a27a31770518ff2f62fa28f8b7f1fea0cbb3efc3aec61026ba8710" }, "downloads": -1, "filename": "django_tinymce4_widget-2.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fe3f4acd5944f278e4962b89c96476f7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12466, "upload_time": "2017-04-17T12:19:09", "url": "https://files.pythonhosted.org/packages/58/93/bd491bd56effa2f71cfd1166107914deafa475b608ee60e56a69485cdd62/django_tinymce4_widget-2.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "334203fd36872a9402d9a40d17064a43", "sha256": "66d24b0c177644b674e0b30563af9512746e3cd4d46ddf06af985e8f39e42cc6" }, "downloads": -1, "filename": "django-tinymce4-widget-2.1.1.tar.gz", "has_sig": false, "md5_digest": "334203fd36872a9402d9a40d17064a43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12778, "upload_time": "2017-04-17T12:19:10", "url": "https://files.pythonhosted.org/packages/73/cb/5bd2b20b7f336b6ed89c2fe28f0a00ef1feafd017af3e64759374d698d27/django-tinymce4-widget-2.1.1.tar.gz" } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "81a2b6cdca725c85d4645a198c39ea90", "sha256": "593671de580e6ee30f924979353fb0f08adae3b81742ab5ff766a42850c805b0" }, "downloads": -1, "filename": "django_tinymce4_widget-3.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "81a2b6cdca725c85d4645a198c39ea90", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12459, "upload_time": "2018-02-22T11:01:43", "url": "https://files.pythonhosted.org/packages/68/8f/c94cabe410e9b9ef8ccc1c78231f997cb23b724348332fc0b0c994874d8c/django_tinymce4_widget-3.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0e44608104abadc2e32941e242b337df", "sha256": "c3af456efe5e900256cdd74ac3de0119bb7edc4fef2f0a73278e16a4d39fd9fb" }, "downloads": -1, "filename": "django-tinymce4-widget-3.0.0.tar.gz", "has_sig": false, "md5_digest": "0e44608104abadc2e32941e242b337df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12782, "upload_time": "2018-02-22T11:01:45", "url": "https://files.pythonhosted.org/packages/82/c4/b12995d8e4acf8b284070d4403c8984b15adee3883181cf113eb8fdfcc99/django-tinymce4-widget-3.0.0.tar.gz" } ], "4.0.0": [ { "comment_text": "", "digests": { "md5": "6034b010296bdbb824036fdd6df0c030", "sha256": "6eb94e0859c85794516a14ad56263a3a2b6b30df67dc36f691ce1b0af65b196c" }, "downloads": -1, "filename": "django_tinymce4_widget-4.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6034b010296bdbb824036fdd6df0c030", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9876, "upload_time": "2018-08-07T14:36:56", "url": "https://files.pythonhosted.org/packages/8d/ee/7c9e7c50d6c0ecb3a64f98b8bcc13e2b52e41b65ffc46782697896f24109/django_tinymce4_widget-4.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d0b2b8583ced66047e5364d1aba230c9", "sha256": "0a33d382f655c2ea2dd37af797ecbbb326c1bfe320ddf4a34df5b6d6d6ccb6a4" }, "downloads": -1, "filename": "django-tinymce4-widget-4.0.0.tar.gz", "has_sig": false, "md5_digest": "d0b2b8583ced66047e5364d1aba230c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13298, "upload_time": "2018-08-07T14:36:57", "url": "https://files.pythonhosted.org/packages/25/12/882984e51735300a3e73eb59cc9fa0cfbd55abe69122b7c966ca29cad4f3/django-tinymce4-widget-4.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6034b010296bdbb824036fdd6df0c030", "sha256": "6eb94e0859c85794516a14ad56263a3a2b6b30df67dc36f691ce1b0af65b196c" }, "downloads": -1, "filename": "django_tinymce4_widget-4.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6034b010296bdbb824036fdd6df0c030", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9876, "upload_time": "2018-08-07T14:36:56", "url": "https://files.pythonhosted.org/packages/8d/ee/7c9e7c50d6c0ecb3a64f98b8bcc13e2b52e41b65ffc46782697896f24109/django_tinymce4_widget-4.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d0b2b8583ced66047e5364d1aba230c9", "sha256": "0a33d382f655c2ea2dd37af797ecbbb326c1bfe320ddf4a34df5b6d6d6ccb6a4" }, "downloads": -1, "filename": "django-tinymce4-widget-4.0.0.tar.gz", "has_sig": false, "md5_digest": "d0b2b8583ced66047e5364d1aba230c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13298, "upload_time": "2018-08-07T14:36:57", "url": "https://files.pythonhosted.org/packages/25/12/882984e51735300a3e73eb59cc9fa0cfbd55abe69122b7c966ca29cad4f3/django-tinymce4-widget-4.0.0.tar.gz" } ] }