{ "info": { "author": "Django Radonich-Camp", "author_email": "django@emergeinteractive.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\ndjango-richcontentblocks\n=====\n\nVery simple CMS-like content blocks for use in a django project. \n\nFeatures:\n\n1. Admin interface for creating/managing content blocks (including a rich text editor)\n\n2. Template tag for retrieving/displaying content block in a django project template. Django cache is leveraged, when possible, in loading content block.\n\nInspiration and more full featured version: django-tinycontent_\n\nInstallation\n------------\nRun: ``pip install django-richcontentblocks``\n\nQuick start\n-----------\n1. Follow configuration instructions for ckeditor_ (skip this step if ckeditor is already configured).\n\n2. Run migrations:: \n\n manage.py migrate\n\n3. Add \"richcontent\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = (\n ...\n 'richcontentblocks',\n )\n\nYou should now have an admin tool with the ability to create rich content blocks.\n\nUsage in template\n------------------\nAn example of loading a rich content block, with a key value of ``my-block`` in a template::\n\n {% load rich_content_block_tags %}\n
\n the content block will be in next div\n
\n
\n {% rich_content_block 'my-block' %}\n
\n\nThe first time a content block loads, it will be placed in cache. Subsequent loads of the content block will use the cached item.\n\nIf an invalid content block key is used to when attempting to load a content object, an error message is displayed.\n\n\n.. _ckeditor: https://github.com/django-ckeditor/django-ckeditor\n.. _django-tinycontent: https://github.com/dominicrodger/django-tinycontent", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/django-emerge/django-richcontentblocks/tarball/0.4.4", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/django-emerge/django-richcontentblocks", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "django-richcontentblocks", "package_url": "https://pypi.org/project/django-richcontentblocks/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-richcontentblocks/", "project_urls": { "Download": "https://github.com/django-emerge/django-richcontentblocks/tarball/0.4.4", "Homepage": "https://github.com/django-emerge/django-richcontentblocks" }, "release_url": "https://pypi.org/project/django-richcontentblocks/0.4.4/", "requires_dist": null, "requires_python": null, "summary": "Simple (rich) content blocks for use on front end templates. With admin tool.", "version": "0.4.4" }, "last_serial": 1691914, "releases": { "0.4.2": [], "0.4.4": [ { "comment_text": "", "digests": { "md5": "73ad5333f22106f4ed9649f8f709d818", "sha256": "d5ef604f73f47d85b93db6b92ad8a6087c51eea7235e7a5a61d5f0e15f82f641" }, "downloads": -1, "filename": "django-richcontentblocks-0.4.4.tar.gz", "has_sig": false, "md5_digest": "73ad5333f22106f4ed9649f8f709d818", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4331, "upload_time": "2015-08-24T21:53:42", "url": "https://files.pythonhosted.org/packages/a6/79/de146bccdb8ae11d7fb0f4167b74be3bbc59dc5807febfe9a71ebce1b583/django-richcontentblocks-0.4.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "73ad5333f22106f4ed9649f8f709d818", "sha256": "d5ef604f73f47d85b93db6b92ad8a6087c51eea7235e7a5a61d5f0e15f82f641" }, "downloads": -1, "filename": "django-richcontentblocks-0.4.4.tar.gz", "has_sig": false, "md5_digest": "73ad5333f22106f4ed9649f8f709d818", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4331, "upload_time": "2015-08-24T21:53:42", "url": "https://files.pythonhosted.org/packages/a6/79/de146bccdb8ae11d7fb0f4167b74be3bbc59dc5807febfe9a71ebce1b583/django-richcontentblocks-0.4.4.tar.gz" } ] }