{ "info": { "author": "Alex Rudakov", "author_email": "ribozz@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "=============================\nnegative_inline_editor\n=============================\n\n.. image:: https://badge.fury.io/py/negative-inline-editor.png\n :target: http://badge.fury.io/py/negative-inline-editor\n\n.. image:: https://travis-ci.org/negative-space/negative-inline-editor.png?branch=master\n :target: https://travis-ci.org/negative-space/negative-inline-editor\n\nOn-site editing for Django\n\nFeatures\n--------\n\n* Nicely looking panel for inline editing\n* Edit single model fields on-site\n* Edit list with drag-and-drop and add/delete support\n* Medium-like content-editing integrated\n* negative-i18n integration\n\n\nInstallation\n---------------\n\npip install negative-inline-editor\n\nAdd 'negative_inline_editor' to installed apps and add middleware:\n\n\n INSTALLED_APPS += [\n 'negative_inline_editor'\n ]\n\n MIDDLEWARE += [\n 'negative_inline_editor.middleware.EditableMiddleware'\n ]\n\n\nConfiguration\n------------------\n\nAdd to the settings application that are allowed to edit through fronted (by super-user only).\n\nNEGATIVE_INLINE_MODELS = [\n 'negative_i18n',\n 'my_app',\n]\n\n\nUsage\n---------------\n\nSingle field editing\n\n{% editable page->title %}\n\n\nDocumentation\n-------------\n\nThe full documentation is at http://negative-inline-editor.rtfd.org.\n\n\n\nHistory\n-------\n\n0.1.0 (2019-02-14)\n++++++++++++++++++\n\n* First release on PyPI.\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/negative-space/negative-inline-editor", "keywords": "negative-inline-editor", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "negative-inline-editor", "package_url": "https://pypi.org/project/negative-inline-editor/", "platform": "", "project_url": "https://pypi.org/project/negative-inline-editor/", "project_urls": { "Homepage": "https://github.com/negative-space/negative-inline-editor" }, "release_url": "https://pypi.org/project/negative-inline-editor/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "On-site editing for Django", "version": "0.1.0" }, "last_serial": 4819811, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "a17f5f89a238efa5b7ae2e0e252d1eb3", "sha256": "96e45f39419abc0de63287bc0017cc2eebe3fabb369ffd910310f393c7872811" }, "downloads": -1, "filename": "negative-inline-editor-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a17f5f89a238efa5b7ae2e0e252d1eb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6717, "upload_time": "2019-02-14T11:04:52", "url": "https://files.pythonhosted.org/packages/7a/c9/be54046c7dd3527295c81f35b80efca11d083d6e9d1f02a3462be2c5be69/negative-inline-editor-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a17f5f89a238efa5b7ae2e0e252d1eb3", "sha256": "96e45f39419abc0de63287bc0017cc2eebe3fabb369ffd910310f393c7872811" }, "downloads": -1, "filename": "negative-inline-editor-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a17f5f89a238efa5b7ae2e0e252d1eb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6717, "upload_time": "2019-02-14T11:04:52", "url": "https://files.pythonhosted.org/packages/7a/c9/be54046c7dd3527295c81f35b80efca11d083d6e9d1f02a3462be2c5be69/negative-inline-editor-0.1.0.tar.gz" } ] }