{"id":19951247,"url":"https://github.com/torchbox/wagtailquickcreate","last_synced_at":"2025-05-03T18:33:51.064Z","repository":{"id":34704115,"uuid":"181981609","full_name":"torchbox/wagtailquickcreate","owner":"torchbox","description":"Wagtail Quick Create offers shortcut links to create objects from models specified in your settings file.","archived":false,"fork":false,"pushed_at":"2024-08-13T12:45:08.000Z","size":161,"stargazers_count":25,"open_issues_count":4,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-12T15:54:12.677Z","etag":null,"topics":["wagtail"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/torchbox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-04-17T23:13:23.000Z","updated_at":"2024-08-15T15:06:31.000Z","dependencies_parsed_at":"2024-03-07T05:30:50.271Z","dependency_job_id":null,"html_url":"https://github.com/torchbox/wagtailquickcreate","commit_stats":null,"previous_names":["torchbox/wagtailquickcreate","kevinhowbrook/wagtailquickcreate"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchbox%2Fwagtailquickcreate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchbox%2Fwagtailquickcreate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchbox%2Fwagtailquickcreate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchbox%2Fwagtailquickcreate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/torchbox","download_url":"https://codeload.github.com/torchbox/wagtailquickcreate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224370068,"owners_count":17299969,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["wagtail"],"created_at":"2024-11-13T01:07:18.725Z","updated_at":"2024-11-13T01:07:19.292Z","avatar_url":"https://github.com/torchbox.png","language":"Python","readme":"# 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](./docs/images/dashboard.png)\n\nClicking a create link will offer a parent selection for the new item\n\n![Parent selection example](./docs/images/create.png)\n\n## Note on parent pages\n\nWagtailquickcreate needs the [`parent_page_types`](http://docs.wagtail.io/en/v2.5.1/reference/pages/model_reference.html#wagtail.core.models.Page.parent_page_types) set on the model you wish to include so it can successfully provide the parent page selection. If this isn't specified, you will likely see every page offered as a parent, this will not work as it's looking up pages using `wagtail.core.models.Page` and this core wagtail class has `is_creatable = False`\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\n```python\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```python\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```python\nWAGTAIL_QUICK_CREATE_DOCUMENTS = True\nWAGTAIL_QUICK_CREATE_IMAGES = True\n```\n\n## Contributing\n\nWe are happy to receive pull requests for bug fixes, improvements and new features. See [CONTRIBUTING.md](./docs/CONTRIBUTING.md) for more information.\n\n## Credits/Authors\n\nConcept created by Kate Statton - NYPR [@katestatton](https://twitter.com/katestatton)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorchbox%2Fwagtailquickcreate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftorchbox%2Fwagtailquickcreate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorchbox%2Fwagtailquickcreate/lists"}