{ "info": { "author": "Kevin Howbrook - Torchbox, Kate Statton - NYPR", "author_email": "kevin.howbrook@torchbox.com", "bugtrack_url": null, "classifiers": [], "description": "# Wagtail Quick Create\n\n### Wagtail Quick Create offers shortcut links to create objects from models specified in your settings file.\n\nA panel is added to the admin home, offering a type:\n\n![Quick Create Panel example](https://i.imgur.com/ssDighV.png)\n\nClicking a create link will offer a parent selection for the new item\n\n![Parent selection example](https://i.imgur.com/6w5w6zD.png)\n\n### Configuration\n\nInstall using pip:\n\n```[bash]\npip install wagtail-quick-create\n```\n\nAfter installing the module, add `wagtailquickcreate` to your installed apps in your settings file:\n\n```[python]\nINSTALLED_APPS = [\n ...\n 'wagtailquickcreate',\n]\n```\n\nAlso add the models you would like to create quick links for to your settings file as `'your_app_name.YourModelName'`:\n\nEG:\n```\nWAGTAIL_QUICK_CREATE_PAGE_TYPES = ['news.NewsPage', 'events.EventPage']\n```\n\nIf you want the Quick Create links panel to _replace_ the wagtail summary panel, you can set this by adding the following to your settings\n\n```\nWAGTAIL_QUICK_CREATE_REPLACE_SUMMARY_PANEL = True\n```\n\nIf you would like to offer image and or document links, this can also be done by specifying the following in your settings:\n\n```\nWAGTAIL_QUICK_CREATE_DOCUMENTS = True\nWAGTAIL_QUICK_CREATE_IMAGES = True\n```\n\n### Credits/Authors\nConcept created by Kate Statton - NYPR [@katestatton](https://twitter.com/katestatton)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kevinhowbrook/wagtailquickcreate", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "wagtail-quick-create", "package_url": "https://pypi.org/project/wagtail-quick-create/", "platform": "", "project_url": "https://pypi.org/project/wagtail-quick-create/", "project_urls": { "Homepage": "https://github.com/kevinhowbrook/wagtailquickcreate" }, "release_url": "https://pypi.org/project/wagtail-quick-create/1.0.7/", "requires_dist": null, "requires_python": "", "summary": "Offer links to the admin user to create content under sections quickly.", "version": "1.0.7" }, "last_serial": 5199649, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "7626d5a4e8fc26f9901a9206040c71e3", "sha256": "9cdc0b31aba992bbe06346a6accb7099f07471120fc47efa5c5833683c678329" }, "downloads": -1, "filename": "wagtail-quick-create-1.0.0.tar.gz", "has_sig": false, "md5_digest": "7626d5a4e8fc26f9901a9206040c71e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3505, "upload_time": "2019-04-22T18:55:19", "url": "https://files.pythonhosted.org/packages/74/28/6a6888823153fb65b892d6a81cdab90fc5bda60dcb7e2ffc255a16e5d1e5/wagtail-quick-create-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "37559a93641c33e575587ec973236f1f", "sha256": "18157ce8b8b301f81f79c04660e624da850cae89174ad01434487b12db4410e0" }, "downloads": -1, "filename": "wagtail-quick-create-1.0.1.tar.gz", "has_sig": false, "md5_digest": "37559a93641c33e575587ec973236f1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4108, "upload_time": "2019-04-22T23:12:02", "url": "https://files.pythonhosted.org/packages/46/21/1ea4324d9249017e65759eac9f91b9e1c8c7e00fb05b0fe22fe9955a0e98/wagtail-quick-create-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "bba7e66ceb50abc1cce1167421aa071f", "sha256": "71a308c8ac4a05df10a49f72ccd532bfa9792ddfe3dca10119d805228d0b0414" }, "downloads": -1, "filename": "wagtail-quick-create-1.0.2.tar.gz", "has_sig": false, "md5_digest": "bba7e66ceb50abc1cce1167421aa071f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4236, "upload_time": "2019-04-24T10:16:56", "url": "https://files.pythonhosted.org/packages/53/0e/a4a78ac142da74d6aa0be1dc99f5b731e70cfacfb353679d5769014b99b5/wagtail-quick-create-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "e1fce4812067111f406df3fbbb634825", "sha256": "c93e9ae11127a6f0e246d410dde2ec6de2b5c4cc936718b71d1b7a6ff994fd60" }, "downloads": -1, "filename": "wagtail-quick-create-1.0.3.tar.gz", "has_sig": false, "md5_digest": "e1fce4812067111f406df3fbbb634825", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4405, "upload_time": "2019-04-24T10:38:35", "url": "https://files.pythonhosted.org/packages/b5/10/04df10251839774d7f5bae3651ced71850c1721e7fc1b4241d6f12c6027c/wagtail-quick-create-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "13e599de5893c4a485ecd9ca1a0f4376", "sha256": "82cc979c720104ae3808a72deb48845ee3d1a6a06e140b28110cbdd43567dc3c" }, "downloads": -1, "filename": "wagtail-quick-create-1.0.4.tar.gz", "has_sig": false, "md5_digest": "13e599de5893c4a485ecd9ca1a0f4376", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4414, "upload_time": "2019-04-25T07:31:44", "url": "https://files.pythonhosted.org/packages/3c/a4/d7673f6b89b1856ff5eb2599ad328a0e8c1382251b7355f0f04bed4d40fb/wagtail-quick-create-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "fc7e1557a8d2877d2dcc567914c8ff53", "sha256": "4e865aaa8845e160c8cd23a5d0f97e54b172bcf4e9945b85e945101a68671b0f" }, "downloads": -1, "filename": "wagtail-quick-create-1.0.5.tar.gz", "has_sig": false, "md5_digest": "fc7e1557a8d2877d2dcc567914c8ff53", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4416, "upload_time": "2019-04-25T14:57:12", "url": "https://files.pythonhosted.org/packages/c7/9a/62642372dd3bf98ae8aabb5e7590beb9d93bbddcf6c37e4f7dc762e1b9c3/wagtail-quick-create-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "28cc90ce8422afb489241c5753c3bde0", "sha256": "54ab230f0f50e2a19e0411f7dda9d45f1c6a9d22e28a6e8e6607283ec5b69f02" }, "downloads": -1, "filename": "wagtail-quick-create-1.0.6.tar.gz", "has_sig": false, "md5_digest": "28cc90ce8422afb489241c5753c3bde0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4493, "upload_time": "2019-04-26T16:22:57", "url": "https://files.pythonhosted.org/packages/8c/d0/c3cadae8f6401d7e27e48692d0e489142849d7e21f2b87395132a1f7198e/wagtail-quick-create-1.0.6.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "a4bdbf653f3147c98dc5691a2e6610f6", "sha256": "ed37cd65a3d38058f52e205fb2592a8161e96e2a8cb27736333c6918663f03dd" }, "downloads": -1, "filename": "wagtail-quick-create-1.0.7.tar.gz", "has_sig": false, "md5_digest": "a4bdbf653f3147c98dc5691a2e6610f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6245, "upload_time": "2019-04-28T12:51:56", "url": "https://files.pythonhosted.org/packages/6c/6e/d086900a1349592b569268646d8e6e125b6582541e9136f07e04fe64adfc/wagtail-quick-create-1.0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a4bdbf653f3147c98dc5691a2e6610f6", "sha256": "ed37cd65a3d38058f52e205fb2592a8161e96e2a8cb27736333c6918663f03dd" }, "downloads": -1, "filename": "wagtail-quick-create-1.0.7.tar.gz", "has_sig": false, "md5_digest": "a4bdbf653f3147c98dc5691a2e6610f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6245, "upload_time": "2019-04-28T12:51:56", "url": "https://files.pythonhosted.org/packages/6c/6e/d086900a1349592b569268646d8e6e125b6582541e9136f07e04fe64adfc/wagtail-quick-create-1.0.7.tar.gz" } ] }