{ "info": { "author": "Aaron Madison", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "Basically this is just the CKEditor javascript files with a 'fields.py'\nfile providing a 'RichTextField' and a 'CkeditorWidget' that attaches\nthe proper javascript to the form field widget.\n\n\n1. Declare a model with a 'RichTextField'.\n2. in the admin.py, use the formfield overrides to add the CKeditor widget\n to rich text fields.\n\n\n--- models.py ---\nfrom ckeditor.fields import RichTextField\n\nclass SampleModel(models.Model):\n description = RichTextField()\n\n--- admin.py ---\nfrom ckeditor.fields import RichTextField, CkeditorWidget\n\nclass SampleModelAdmin(admin.ModelAdmin):\n formfield_overrides = {\n RichTextField: {'widget': CkeditorWidget},\n }", "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/madisona/django-admin-ckeditor", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-admin-ckeditor", "package_url": "https://pypi.org/project/django-admin-ckeditor/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-admin-ckeditor/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/madisona/django-admin-ckeditor" }, "release_url": "https://pypi.org/project/django-admin-ckeditor/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Ckeditor integration with Django admin.", "version": "0.0.1" }, "last_serial": 789040, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "156405e0c8d2f15a1096316dca766a1a", "sha256": "849feb56834a341f69e55e7aa7a17edc706e6939e0299bee60b344906e20bf79" }, "downloads": -1, "filename": "django-admin-ckeditor-0.0.1.tar.gz", "has_sig": false, "md5_digest": "156405e0c8d2f15a1096316dca766a1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 541064, "upload_time": "2012-01-01T14:28:38", "url": "https://files.pythonhosted.org/packages/25/44/bccebf8df552a16d7ba1ec6949d73a34fa423ff60c16ea5c4a3d8354b594/django-admin-ckeditor-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "156405e0c8d2f15a1096316dca766a1a", "sha256": "849feb56834a341f69e55e7aa7a17edc706e6939e0299bee60b344906e20bf79" }, "downloads": -1, "filename": "django-admin-ckeditor-0.0.1.tar.gz", "has_sig": false, "md5_digest": "156405e0c8d2f15a1096316dca766a1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 541064, "upload_time": "2012-01-01T14:28:38", "url": "https://files.pythonhosted.org/packages/25/44/bccebf8df552a16d7ba1ec6949d73a34fa423ff60c16ea5c4a3d8354b594/django-admin-ckeditor-0.0.1.tar.gz" } ] }