{"id":16885194,"url":"https://github.com/thclark/wagtail_events","last_synced_at":"2025-04-11T12:30:21.620Z","repository":{"id":49429098,"uuid":"176497422","full_name":"thclark/wagtail_events","owner":"thclark","description":"Events calendar management for wagtail","archived":false,"fork":false,"pushed_at":"2021-06-17T20:17:05.000Z","size":85,"stargazers_count":11,"open_issues_count":6,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T08:42:53.972Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thclark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-19T11:30:11.000Z","updated_at":"2025-02-24T09:50:00.000Z","dependencies_parsed_at":"2022-09-08T01:10:39.936Z","dependency_job_id":null,"html_url":"https://github.com/thclark/wagtail_events","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thclark%2Fwagtail_events","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thclark%2Fwagtail_events/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thclark%2Fwagtail_events/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thclark%2Fwagtail_events/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thclark","download_url":"https://codeload.github.com/thclark/wagtail_events/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248401921,"owners_count":21097328,"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":[],"created_at":"2024-10-13T16:33:57.600Z","updated_at":"2025-04-11T12:30:21.562Z","avatar_url":"https://github.com/thclark.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wagtail Events [![Build Status](https://travis-ci.com/thclark/wagtail_events.svg?branch=master)](https://travis-ci.com/thclark/wagtail_events)\n\nEvents calendar management for wagtail, with tools for filtering by date.\n\nThis project is a hard fork of [omni-wagtail-events](http://github.com/omni-digital-omni-wagtail-events), and we owe a\ndebt of gratitude to those folks for getting us started. So why did I hard-fork (duplicate and start again) rather than\nfork from omni-digital?\n\n - Well, github keeps the releases of the repo you fork from. I want to put this on pypi so it's easily available,\nand have control of the release versioning (which isn't close to ready for v1.x where it started with omni-digital), so\n it needs to be here.\n - I'm basically about to break *everything* for django 2.x and wagtail 2.x, so I'd need a major version bump anyway, and\n figured that the chances of getting my changes merged into the upstream were nil.\n - The rich text fields make ``omni-wagtail-events`` a nightmare to use in headless API mode, and mean that most of the\n events data is unstructured. Here, we move to Wagtail's ``StreamField``... but that creates a \n [migration headache](http://docs.wagtail.io/en/v2.4/topics/streamfield.html#migrating-richtextfields-to-streamfield) \n unless we start fresh.\n - The migrations in the original project won't work with an in-memory database, so testing is slow.\n - I've majorly simplified the model structure to singleton events. I think this is all that's reqiured in 99.9% of cases.\n\nI'm extremely open to collaboration - in fact, I really don't want to be maintaining this (it's only for one client) so\nI'm open to transferring ownership or collaboration to anyone who wants to take this on and enhance it. @omni-digital,\nthis originated as your baby so if you'd like to take back maintenance, please reach out and I'll help you.\n\n\n## Requirements\n\nWagtail events requires Django 2.1 or later and Wagtail 2.3 or later.\n\n## Supported Versions\n\nPython: 3.6\n\nDjango: 2.1\n\nWagtail: 2.3\n\n## Getting started\n\nInstalling from pip:\n\n```\npip install wagtail_events\n```\n\nAdding to `INSTALLED_APPS`:\n\n```python\nINSTALLED_APPS = [\n    ...\n    'wagtail_events',\n    ...\n]\n```\n\nRunning the migrations:\n\n```\npython manage migrate wagtail_events\n```\n\n## Models\n\n### EventIndex\n\nAn index/listing page for EventSeries instances, with optional pagination.\n\n### Event\n\nA detail page for an event, with start_date and optional end_date, implementing a manager which allows filtering on those dates.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthclark%2Fwagtail_events","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthclark%2Fwagtail_events","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthclark%2Fwagtail_events/lists"}