{ "info": { "author": "Martin Owens", "author_email": "doctormo@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Development Status :: 6 - Mature", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": "# django-cmsplugin-objects\n\n## What does it do?\n\nProvides an extra toolbar in the django cms tools, allowing administrators easy\naccess to the administrator pages for the currently in scope object or object type.\n\nFor example, if the page contains a list of blog entries, then you will have the option\nto create a new blog entry. Which will pop up the admin form in the in-line django-cms\nmodal dialog. (Usually when using ListView generic clas sbased views)\n\nIf the page contains a single Blog entry object, then an Edit and Delete option will be\nmade available and these operate much like the Create form.\n\n## Installation\n\n```\npip install cmsplugin-objects\n```\n\nAdd the plugin to your site's middleware in settings.py::\n\n```\nMIDDLEWARE_CLASSES = (\n ...\n 'cmsplugin_objects.middleware.ObjectToolbarMiddleware',\n ...\n)\n```\n\nThen restart your web server.\n\n## Issues\n\nPlease submit issues and merge requests at GitHub issues tracker: https://github.com/doctormo/django-cmsplugin-objects/issues/.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/doctormo/django-cmsplugin-objects", "keywords": "", "license": "LGPLv3", "maintainer": "", "maintainer_email": "", "name": "cmsplugin-objects", "package_url": "https://pypi.org/project/cmsplugin-objects/", "platform": "linux", "project_url": "https://pypi.org/project/cmsplugin-objects/", "project_urls": { "Homepage": "https://github.com/doctormo/django-cmsplugin-objects" }, "release_url": "https://pypi.org/project/cmsplugin-objects/1.0/", "requires_dist": null, "requires_python": "", "summary": "Extend django-cms with admin form links, editing object from the toolbar", "version": "1.0" }, "last_serial": 3019255, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "db93165807d8fcd6b45cfce8a8221480", "sha256": "ffa5fab5ac5548d0baa2807ab08586d55c7f2335b7da7c1b03e719c067d9b674" }, "downloads": -1, "filename": "cmsplugin-objects-1.0.tar.gz", "has_sig": false, "md5_digest": "db93165807d8fcd6b45cfce8a8221480", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15184, "upload_time": "2017-07-13T02:29:38", "url": "https://files.pythonhosted.org/packages/f9/67/e31f550040a61f0fc6c20fc6c683d62d00c6cd22381d2e75c1bd392e5a10/cmsplugin-objects-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "db93165807d8fcd6b45cfce8a8221480", "sha256": "ffa5fab5ac5548d0baa2807ab08586d55c7f2335b7da7c1b03e719c067d9b674" }, "downloads": -1, "filename": "cmsplugin-objects-1.0.tar.gz", "has_sig": false, "md5_digest": "db93165807d8fcd6b45cfce8a8221480", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15184, "upload_time": "2017-07-13T02:29:38", "url": "https://files.pythonhosted.org/packages/f9/67/e31f550040a61f0fc6c20fc6c683d62d00c6cd22381d2e75c1bd392e5a10/cmsplugin-objects-1.0.tar.gz" } ] }