{
"info": {
"author": "Ivan Chernov",
"author_email": "chernoffivan@gmail.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",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Topic :: Software Development :: Libraries :: Application Frameworks",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "django-tinymce-lite\n===================\n\n**django-tinymce-lite** is a Django application that contains a widget\nto render a form field as a TinyMCE editor. This package provides same\nnamespace as\n`django-tinymce `__, but\ngrabs latest stable tinymce static files from CDN.\n\n|PyPi Version| |Build Status| |Test Coverage| |GitHub license|\n\nQuickstart\n==========\n\nInstall django-tinymce-lite:\n\n.. code:: shell\n\n $ pip install django-tinymce-lite\n\nAdd tinymce to INSTALLED\\_APPS in settings.py for your project:\n\n.. code:: python\n\n INSTALLED_APPS = (\n ...\n 'tinymce',\n )\n\nIn your code:\n\n.. code:: python\n\n from django import forms\n\n from tinymce.widgets import TinyMCE\n\n from .models import FooBar\n\n class FooBarModelForm(forms.ModelForm):\n class Meta:\n model = FooBar\n fields = ['content1']\n widgets = {\n 'content1': TinyMCE\n }\n\nConfiguration\n=============\n\n**django-tinymce-lite** is configured through django settings mechanism.\nFollowing options are availiable:\n\n.. code:: python\n\n # Url to tinymce init js\n TINYMCE_JS = '//cdn.tinymce.com/4/tinymce.min.js'\n\n # If you need pass extra static files for all tinymce widget\n TINYMCE_EXTRA_MEDIA = {\n 'js': [],\n 'css': {}\n }\n\n # Config, that passed to tinyMCE.init functions\n TINYMCE_CONFIG = {\n 'selector': '.django-tinymce',\n 'theme': 'modern',\n 'relative_urls': False,\n }\n\nFor tinymce configuration, read more on\n`site `__.\n\nReleases\n========\n\nLatest release is 1.0.0. It's support python 2.7, 3.4, 3.5, 3.6 and\nDjango >= 1.7.\n\nSupport and updates\n===================\n\nUse github issues\nhttps://github.com/vanadium23/django-tinymce-lite/issues\n\nLicense\n=======\n\nOriginally written by Aljosa Mohorovic.\n\nMuch inspired by django-select2.\n\nThis program is licensed under the MIT License (see LICENSE)\n\n.. |PyPi Version| image:: https://img.shields.io/pypi/v/django-tinymce-lite.svg\n :target: https://pypi.python.org/pypi/django-tinymce-lite/\n.. |Build Status| image:: https://travis-ci.org/vanadium23/django-tinymce-lite.svg?branch=master\n :target: https://travis-ci.org/vanadium23/django-tinymce-lite/\n.. |Test Coverage| image:: https://coveralls.io/repos/vanadium23/django-tinymce-lite/badge.svg?branch=master\n :target: https://coveralls.io/r/vanadium23/django-tinymce-lite/\n.. |GitHub license| image:: https://img.shields.io/badge/license-MIT-blue.svg\n :target: https://raw.githubusercontent.com/vanadium23/django-tinymce-lite/master/LICENSE.txt",
"description_content_type": null,
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/vanadium23/django-tinymce-lite",
"keywords": "django widget tinymce",
"license": "MIT License",
"maintainer": "",
"maintainer_email": "",
"name": "django-tinymce-lite",
"package_url": "https://pypi.org/project/django-tinymce-lite/",
"platform": "",
"project_url": "https://pypi.org/project/django-tinymce-lite/",
"project_urls": {
"Homepage": "https://github.com/vanadium23/django-tinymce-lite"
},
"release_url": "https://pypi.org/project/django-tinymce-lite/0.0.2/",
"requires_dist": null,
"requires_python": "",
"summary": "TinyMCE widget for Django",
"version": "0.0.2"
},
"last_serial": 2715835,
"releases": {
"0.0.1": [
{
"comment_text": "",
"digests": {
"md5": "dc2298acef49a928615af7983f53b479",
"sha256": "34b2878dd6f8a9a085c7b0e48375c497482967763224ce035b57a5ff314200b6"
},
"downloads": -1,
"filename": "django-tinymce-lite-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "dc2298acef49a928615af7983f53b479",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4340,
"upload_time": "2017-03-19T12:24:56",
"url": "https://files.pythonhosted.org/packages/73/eb/97495295a60c6557b50b20fb4b93200241884e67a5f3f4c9f712fdd15311/django-tinymce-lite-0.0.1.tar.gz"
}
],
"0.0.2": [
{
"comment_text": "",
"digests": {
"md5": "7df1a5abc187e71cd7f6b1ee05ab7f77",
"sha256": "a24c3c9b0efbb537115db61413280c367a05ce82ef6aaa3992289feff38f4466"
},
"downloads": -1,
"filename": "django-tinymce-lite-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "7df1a5abc187e71cd7f6b1ee05ab7f77",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 6434,
"upload_time": "2017-03-19T13:55:33",
"url": "https://files.pythonhosted.org/packages/a7/24/26bbdd5614426ee59ab49c46d5b3289586e514592852107705aff3df56f2/django-tinymce-lite-0.0.2.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "7df1a5abc187e71cd7f6b1ee05ab7f77",
"sha256": "a24c3c9b0efbb537115db61413280c367a05ce82ef6aaa3992289feff38f4466"
},
"downloads": -1,
"filename": "django-tinymce-lite-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "7df1a5abc187e71cd7f6b1ee05ab7f77",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 6434,
"upload_time": "2017-03-19T13:55:33",
"url": "https://files.pythonhosted.org/packages/a7/24/26bbdd5614426ee59ab49c46d5b3289586e514592852107705aff3df56f2/django-tinymce-lite-0.0.2.tar.gz"
}
]
}