{ "info": { "author": "Peter Han", "author_email": "peter@qitian.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.11", "Framework :: Django :: 2.0", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Utilities" ], "description": "# DJANGO UEditor Plugins\nThis project provide the ability for easy use UEditor in django admin and other pages in django.\n\nMany code is from other project, such as: django-ckeditor and so on.\n\n### Required\n1. Install or add django-ueditor to your environment.\n ```\n pip install django-ueditor\n ```\n2. add `ueditor` to your `INSTALLED_APPS` setting.\n3. add UEditor URL include to your project's `urls.py` file:\n ```\n re_path(r'^ueditor/', include('ueditor.urls')),\n ```\n### Usage\n\n##### Field\n\nThe quickest way to add rich text editing capabilities to your models is to use the `UEditorField` model field type.\nFor example:\n```\nfrom django.db import models\nfrom ueditor import UEditorField\n\nclass Post(models.Model):\n content = UEditorField('\u5185\u5bb9')\n```\n\nThat's all you need to do, enjoy the plugins and feel free to contact me when you has any problem with it.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.qitian.biz/", "keywords": "django wysiwyg editor widget ueditor", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-ueditor", "package_url": "https://pypi.org/project/django-ueditor/", "platform": "", "project_url": "https://pypi.org/project/django-ueditor/", "project_urls": { "Homepage": "https://www.qitian.biz/" }, "release_url": "https://pypi.org/project/django-ueditor/1.0.2/", "requires_dist": [ "django (>=2.0)" ], "requires_python": ">=3.6, !=3.0.*", "summary": "Qitian Inc. Django UEditor plugins. For quick use in Django Admin Panel", "version": "1.0.2" }, "last_serial": 4402837, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "0c3c7d2da660c023ad1580f6928ec0f9", "sha256": "3aeec64c7b65ffcd4ec2443c079bc17e7f14efb3a519adee78c10888c8ecb267" }, "downloads": -1, "filename": "django_ueditor-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "0c3c7d2da660c023ad1580f6928ec0f9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6, !=3.0.*", "size": 9685, "upload_time": "2018-08-31T08:35:07", "url": "https://files.pythonhosted.org/packages/ed/3e/213ec00428d9c459990e09b77a94708b1fdc162fab934d5f3742e5db1ca3/django_ueditor-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5ad339b42a5f26265ac7203561407083", "sha256": "c84d6e4d0244a37b65fe7162410da6d43a8e8356b596177144f8c0294c1123f3" }, "downloads": -1, "filename": "django-ueditor-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5ad339b42a5f26265ac7203561407083", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, !=3.0.*", "size": 8362, "upload_time": "2018-08-31T08:35:09", "url": "https://files.pythonhosted.org/packages/ea/0d/dafafa1bb979886bf7ef6b6d015a791a5b7d76ee8e93f1cefcc5197611af/django-ueditor-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "9122146b6f2fcea451cedf5ec660363f", "sha256": "68d0b84af3d702dca5c602d787deb4462326cb2239e22f390657b3df45026486" }, "downloads": -1, "filename": "django_ueditor-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "9122146b6f2fcea451cedf5ec660363f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6, !=3.0.*", "size": 12356388, "upload_time": "2018-08-31T17:48:52", "url": "https://files.pythonhosted.org/packages/46/0b/cc448b6688d7aa19edc803e4882aaeb4e04d60862646001aff45e062ef11/django_ueditor-0.0.2-py3-none-any.whl" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "cd4347ad57ad81e1b8594f10050e8c51", "sha256": "c45a8cab6c95c2b730e534f7297f4a892f0b024a346e1a3348e424f4450a9d4b" }, "downloads": -1, "filename": "django_ueditor-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "cd4347ad57ad81e1b8594f10050e8c51", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6, !=3.0.*", "size": 12356387, "upload_time": "2018-08-31T17:55:46", "url": "https://files.pythonhosted.org/packages/d8/6a/5ac6e146192f0dacd584ffa1ee14948046fc22c3bde014c55f99c3d19c81/django_ueditor-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f9d3a65a16e20cde10218733fb055b9b", "sha256": "28a87a3861b860b21b62d6c86ced48e3a52ed031d7ae9ed26729757aa81eb2e8" }, "downloads": -1, "filename": "django-ueditor-0.0.3.tar.gz", "has_sig": false, "md5_digest": "f9d3a65a16e20cde10218733fb055b9b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, !=3.0.*", "size": 12231831, "upload_time": "2018-08-31T17:55:58", "url": "https://files.pythonhosted.org/packages/10/f2/85b73f965c238db404145e80dc1a5d9967c0af9326676701c90aec8fc6ee/django-ueditor-0.0.3.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "471bf6755b8efb9599df2a15274c9113", "sha256": "e9b3322517aa2f04408240cd919576d5779177b64e03d4918714c9c1a1872ab5" }, "downloads": -1, "filename": "django_ueditor-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "471bf6755b8efb9599df2a15274c9113", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6, !=3.0.*", "size": 12357505, "upload_time": "2018-10-22T15:49:47", "url": "https://files.pythonhosted.org/packages/41/91/d3609923c4590c92b7e2391a4a7d3130c0b856bc8289a36dfc646856b2cb/django_ueditor-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7d96cd5aaca82a5dd8c5f24746d09b77", "sha256": "172f0fe6b9ddd6761a698a83fb8c8fe2d0e94d24c54dff4e3a4a7f69252a584d" }, "downloads": -1, "filename": "django-ueditor-1.0.0.tar.gz", "has_sig": false, "md5_digest": "7d96cd5aaca82a5dd8c5f24746d09b77", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, !=3.0.*", "size": 12231458, "upload_time": "2018-10-22T15:50:37", "url": "https://files.pythonhosted.org/packages/37/94/4325f76d3eb0118257739dbb35d79d1de86780caee65d7e043d99e7ebfba/django-ueditor-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "aa172051e1f3219d86e221e5274ecea5", "sha256": "d82c463691b400a9af1c6dfde9850af6f1552c4ef3aa8654602c8f6e662eb43b" }, "downloads": -1, "filename": "django_ueditor-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "aa172051e1f3219d86e221e5274ecea5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6, !=3.0.*", "size": 12357510, "upload_time": "2018-10-22T16:01:51", "url": "https://files.pythonhosted.org/packages/86/30/c7e536e051155cf00014a4fb2e2003fb988d30b5d896dce54673b594cd41/django_ueditor-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "16c4a7ccd1b0b57282885f33c0b5b673", "sha256": "d47d371f8ab14e7631f11c609e1dddd995de5e557b32748ccdefbd528f3a3900" }, "downloads": -1, "filename": "django-ueditor-1.0.1.tar.gz", "has_sig": false, "md5_digest": "16c4a7ccd1b0b57282885f33c0b5b673", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, !=3.0.*", "size": 12231583, "upload_time": "2018-10-22T16:02:42", "url": "https://files.pythonhosted.org/packages/84/d2/4b815b52c0d356582b4bcf21127e9bdbdb2144604ea2c59f56718beb1f33/django-ueditor-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "1235041686280117f1770f3bfaa060a6", "sha256": "007e6258e593bde9df1fa738780c8b5631edb690f7ce9f03568209f8136ed86b" }, "downloads": -1, "filename": "django_ueditor-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "1235041686280117f1770f3bfaa060a6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6, !=3.0.*", "size": 12357517, "upload_time": "2018-10-22T16:26:15", "url": "https://files.pythonhosted.org/packages/81/7b/a4c6487b7c4d4f8f292f41f1d41d68ba5fb526dbdc572fecbeef5fa3918e/django_ueditor-1.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e1aca1ba7abc37fcbbe875ead072d4f7", "sha256": "b07697817820884873a3871edbe430b452e76b0b003d069e751aecfd0d4887ad" }, "downloads": -1, "filename": "django-ueditor-1.0.2.tar.gz", "has_sig": false, "md5_digest": "e1aca1ba7abc37fcbbe875ead072d4f7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, !=3.0.*", "size": 12231621, "upload_time": "2018-10-22T16:27:05", "url": "https://files.pythonhosted.org/packages/4c/50/f6c1022654fad7abc40f8eb59d2f2245305b9e4218d4999aa1780ab37f72/django-ueditor-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1235041686280117f1770f3bfaa060a6", "sha256": "007e6258e593bde9df1fa738780c8b5631edb690f7ce9f03568209f8136ed86b" }, "downloads": -1, "filename": "django_ueditor-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "1235041686280117f1770f3bfaa060a6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6, !=3.0.*", "size": 12357517, "upload_time": "2018-10-22T16:26:15", "url": "https://files.pythonhosted.org/packages/81/7b/a4c6487b7c4d4f8f292f41f1d41d68ba5fb526dbdc572fecbeef5fa3918e/django_ueditor-1.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e1aca1ba7abc37fcbbe875ead072d4f7", "sha256": "b07697817820884873a3871edbe430b452e76b0b003d069e751aecfd0d4887ad" }, "downloads": -1, "filename": "django-ueditor-1.0.2.tar.gz", "has_sig": false, "md5_digest": "e1aca1ba7abc37fcbbe875ead072d4f7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, !=3.0.*", "size": 12231621, "upload_time": "2018-10-22T16:27:05", "url": "https://files.pythonhosted.org/packages/4c/50/f6c1022654fad7abc40f8eb59d2f2245305b9e4218d4999aa1780ab37f72/django-ueditor-1.0.2.tar.gz" } ] }