{ "info": { "author": "hisie", "author_email": "dcebrian@serincas.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "Django Extended Flatpages\n\n============================\n\nInstalling:\n\npip install django_extended_flatpages\n\nIn settings:\n\n\nINSTALLED_APPS = (\n\t...\n\t\n\t...\n 'ckeditor',\n 'extended_flatpages',\n ...\n)\n\n\nMIDDLEWARE_CLASSES = (\n\t...\n 'django.contrib.flatpages.middleware.FlatpageFallbackMiddleware',\n\t...\n)\n\nConfigure CKeditor\n\nhttps://github.com/shaunsephton/django-ckeditor#installation\n\nsettings.py\n\n# ckeditor config\nCKEDITOR_UPLOAD_PATH = MEDIA_ROOT + '/editor'\nCKEDITOR_CONFIGS = {\n 'default': {\n 'toolbar': [\n [ 'Source','-','Save','-', 'Cut','Copy','Paste','PasteText','PasteFromWord','-','Undo','Redo', '-', 'Find','Replace','-','SelectAll'], \n [ 'Bold','Italic','Underline','Strike','Subscript','Superscript','-','RemoveFormat' ] ,'/',\n [ 'NumberedList','BulletedList','-','Outdent','Indent','-','Blockquote','CreateDiv','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','-','BidiLtr','BidiRtl' ], \n [ 'Link','Unlink' ],\n [ 'Image','Table','HorizontalRule','SpecialChar' ],\n [ 'Format'],\n [ 'TextColor','BGColor', '-', 'Styles','Format','FontSize' ],\n [ 'Maximize', 'ShowBlocks','-','About' ],\n ],\n 'format_tags': 'p;h1;h2;h3;h4;h5;h6;pre;address;div',\n },\n}\n\nurls.py\n\n(r'^ckeditor/', include('ckeditor.urls')),\n\nAnd finally create a \n\n/templates/flatpages/default.html template to get working this.", "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/hisie/django_extended_flatpages", "keywords": null, "license": "Apache License, Version 2.0", "maintainer": null, "maintainer_email": null, "name": "django-extended-flatpages", "package_url": "https://pypi.org/project/django-extended-flatpages/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-extended-flatpages/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/hisie/django_extended_flatpages" }, "release_url": "https://pypi.org/project/django-extended-flatpages/0.1/", "requires_dist": null, "requires_python": null, "summary": "Django flatpages CKEditor integration and SEO values.", "version": "0.1" }, "last_serial": 789589, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "4fdc1d1218de15a6c07c4c2abdebcfaf", "sha256": "2a50f5283568529d6e6234b298b95c4ad39da2f360f83f3ab11b743161607c67" }, "downloads": -1, "filename": "django-extended-flatpages-0.1.tar.gz", "has_sig": false, "md5_digest": "4fdc1d1218de15a6c07c4c2abdebcfaf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3250, "upload_time": "2013-05-05T14:47:30", "url": "https://files.pythonhosted.org/packages/a0/c6/e0e6bcc1cda1fed31bcf19dbebd4da5788b636bdd665cd41e849e5924329/django-extended-flatpages-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4fdc1d1218de15a6c07c4c2abdebcfaf", "sha256": "2a50f5283568529d6e6234b298b95c4ad39da2f360f83f3ab11b743161607c67" }, "downloads": -1, "filename": "django-extended-flatpages-0.1.tar.gz", "has_sig": false, "md5_digest": "4fdc1d1218de15a6c07c4c2abdebcfaf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3250, "upload_time": "2013-05-05T14:47:30", "url": "https://files.pythonhosted.org/packages/a0/c6/e0e6bcc1cda1fed31bcf19dbebd4da5788b636bdd665cd41e849e5924329/django-extended-flatpages-0.1.tar.gz" } ] }