{ "info": { "author": "Daniele Bernardini", "author_email": "db@intranetstandard.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "django-tinymce4\n===\n\n**django-tinymce4** is a Django application that contains a widget to render a form field as a TinyMCE editor.\n\nWARNING:\n===\nv3.0 uses TinyMCE v4.x and is not backwards compatible w/ previous versions.\n\nQuickstart:\n===\n\nInstall requirements:\n\n $ pip install -r requirements.txt\n\nInstall django-tinymce:\n\n $ pip install django-tinymce4\n\nAdd tinymce to INSTALLED_APPS in settings.py for your project:\n\n INSTALLED_APPS = (\n ...\n 'tinymce',\n )\n\nAdd tinymce.urls to urls.py for your project:\n\n urlpatterns = patterns('',\n ...\n (r'^tinymce/', include('tinymce.urls')),\n )\n\nIn your code:\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-tinymce4** 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===\nhttp://django-tinymce.readthedocs.org/\n\nSupport and updates:\n===\nYou can contact me directly at aljosa.mohorovic@gmail.com, track updates at https://twitter.com/maljosa or use github issues.\nBe persistent and bug me, I often find myself lost in time so ping me if you're still waiting for me to answer.\n\nLicense (and related information):\n===\nOriginally written by Joost Cassee.\n\nThis program is licensed under the MIT License (see LICENSE.txt)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dani0805/django-tinymce4", "keywords": "django widget tinymce", "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "django-tinymce4", "package_url": "https://pypi.org/project/django-tinymce4/", "platform": "any", "project_url": "https://pypi.org/project/django-tinymce4/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/dani0805/django-tinymce4" }, "release_url": "https://pypi.org/project/django-tinymce4/3.0.2/", "requires_dist": null, "requires_python": null, "summary": "A Django application that contains a widget to render a form field as a TinyMCE 4 editor.", "version": "3.0.2" }, "last_serial": 2151846, "releases": { "3.0": [], "3.0.1": [ { "comment_text": "", "digests": { "md5": "ff3b9a9a8222ba05ad2a2e1a63853377", "sha256": "0cdd73b4f5d6b9776d38abe0f64d2cd929ef48e6f7c1d789270ff845895986dc" }, "downloads": -1, "filename": "django-tinymce4-3.0.1.tar.gz", "has_sig": false, "md5_digest": "ff3b9a9a8222ba05ad2a2e1a63853377", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 436554, "upload_time": "2015-09-09T15:34:29", "url": "https://files.pythonhosted.org/packages/ba/17/dd8b0a2de03acc0aacbf2656a70af64f25d3e38363463125bea4397cce3e/django-tinymce4-3.0.1.tar.gz" } ], "3.0.2": [ { "comment_text": "", "digests": { "md5": "7908676c894070d348150da36f663c3b", "sha256": "f2ebefb48a08a0326f6deb5b34fc320f602f53a5b5e4739f48104ef1286747a1" }, "downloads": -1, "filename": "django-tinymce4-3.0.2.tar.gz", "has_sig": false, "md5_digest": "7908676c894070d348150da36f663c3b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 436704, "upload_time": "2016-06-05T18:07:50", "url": "https://files.pythonhosted.org/packages/77/90/554f52f97c8435e651828d3c7a0136f8d0d363869db3a8ed8c1f2f14c760/django-tinymce4-3.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7908676c894070d348150da36f663c3b", "sha256": "f2ebefb48a08a0326f6deb5b34fc320f602f53a5b5e4739f48104ef1286747a1" }, "downloads": -1, "filename": "django-tinymce4-3.0.2.tar.gz", "has_sig": false, "md5_digest": "7908676c894070d348150da36f663c3b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 436704, "upload_time": "2016-06-05T18:07:50", "url": "https://files.pythonhosted.org/packages/77/90/554f52f97c8435e651828d3c7a0136f8d0d363869db3a8ed8c1f2f14c760/django-tinymce4-3.0.2.tar.gz" } ] }