add wip event occurrences

This commit is contained in:
2024-05-11 05:18:11 +02:00
parent bb4a9f4eb2
commit bc9fbd5d84
17 changed files with 273 additions and 41 deletions

View File

@ -17,6 +17,7 @@ class VenueIndex(Page):
class VenuePage(Page):
# no children
subpage_types = []
parent_page_types = ["venues.VenueIndex"]
# should not be able to be shown in menus
show_in_menus = False