{"id":13415677,"url":"https://github.com/jazzband/django-tinymce","last_synced_at":"2025-05-13T15:11:03.568Z","repository":{"id":1068398,"uuid":"907262","full_name":"jazzband/django-tinymce","owner":"jazzband","description":"TinyMCE integration for Django","archived":false,"fork":false,"pushed_at":"2025-04-16T18:40:19.000Z","size":11137,"stargazers_count":1321,"open_issues_count":38,"forks_count":321,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-05-10T16:54:28.606Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://django-tinymce.readthedocs.org/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"garyburd/gary.burd.info","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jazzband.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"custom":["https://jazzband.co/donate"]}},"created_at":"2010-09-13T14:10:29.000Z","updated_at":"2025-05-09T16:35:02.000Z","dependencies_parsed_at":"2023-01-13T11:45:14.212Z","dependency_job_id":"fff738b8-8860-453d-82f0-7c28cb0b7a3f","html_url":"https://github.com/jazzband/django-tinymce","commit_stats":{"total_commits":414,"total_committers":75,"mean_commits":5.52,"dds":0.8357487922705313,"last_synced_commit":"ff015bef65f32170ef116548861e540279cae227"},"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzband%2Fdjango-tinymce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzband%2Fdjango-tinymce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzband%2Fdjango-tinymce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzband%2Fdjango-tinymce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jazzband","download_url":"https://codeload.github.com/jazzband/django-tinymce/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253969249,"owners_count":21992263,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T21:00:51.271Z","updated_at":"2025-05-13T15:10:58.544Z","avatar_url":"https://github.com/jazzband.png","language":"JavaScript","funding_links":["https://jazzband.co/donate"],"categories":["Third-Party Packages","Packages to install at your project","JavaScript"],"sub_categories":["Editors","Widgets / Fields"],"readme":"django-tinymce\n==============\n\n**django-tinymce** is a Django application that contains a widget to render a form field as a TinyMCE editor.\n\nIt supports Python 3.9+ and Django 4.2 to 5.2. Using TinyMCE 7.8.0.\n\n.. image:: https://jazzband.co/static/img/badge.svg\n        :target: https://jazzband.co/\n        :alt: Jazzband\n\n.. image:: https://img.shields.io/pypi/v/django-tinymce.svg\n        :target: https://pypi.python.org/pypi/django-tinymce\n\n.. image:: https://img.shields.io/pypi/pyversions/django-tinymce.svg\n        :target: https://pypi.python.org/pypi/django-tinymce\n\n.. image:: https://img.shields.io/pypi/djversions/django-tinymce.svg\n        :target: https://pypi.org/project/django-tinymce/\n\n.. image:: https://img.shields.io/pypi/dm/django-tinymce.svg\n        :target: https://pypi.python.org/pypi/django-tinymce\n\n.. image:: https://github.com/jazzband/django-tinymce/workflows/Test/badge.svg\n   :target: https://github.com/jazzband/django-tinymce/actions\n   :alt: GitHub Actions\n\n.. image:: https://codecov.io/gh/jazzband/django-tinymce/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/jazzband/django-tinymce\n   :alt: Code coverage\n\n\nQuickstart\n==========\n\nInstall django-tinymce:\n\n.. code-block:: bash\n\n    $ pip install django-tinymce\n\nAdd tinymce to INSTALLED_APPS in settings.py for your 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        path('tinymce/', include('tinymce.urls')),\n    ]\n\nIn your code:\n\n.. code-block:: python\n\n    from django.db import models\n    from tinymce.models import HTMLField\n\n    class MyModel(models.Model):\n        ...\n        content = HTMLField()\n\n**django-tinymce** uses staticfiles so everything should work as expected, different use cases (like using widget instead of HTMLField) and other stuff is available in documentation.\n\nDocumentation\n=============\n\nhttps://django-tinymce.readthedocs.org/\n\nSupport and updates\n===================\n\nUse github issues https://github.com/jazzband/django-tinymce/issues\n\nLicense\n=======\n\nOriginally written by Joost Cassee.\n\nThis program is licensed under the MIT License (see LICENSE.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjazzband%2Fdjango-tinymce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjazzband%2Fdjango-tinymce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjazzband%2Fdjango-tinymce/lists"}