fix: expose new order batch handler choice in orders/configure

This commit is contained in:
Lance Edgar 2025-01-13 13:03:20 -06:00
parent f4fdba1bbb
commit ac753a62f8
5 changed files with 50 additions and 5 deletions

View file

@ -49,9 +49,15 @@ sideshow_libcache = "sideshow.web.static:libcache"
[project.entry-points."paste.app_factory"]
"main" = "sideshow.web.app:main"
[project.entry-points."wutta.batch.neworder"]
"sideshow" = "sideshow.batch.neworder:NewOrderBatchHandler"
[project.entry-points."wutta.config.extensions"]
"sideshow" = "sideshow.config:SideshowConfig"
[project.entry-points."wutta.web.menus"]
sideshow = "sideshow.web.menus:SideshowMenuHandler"
[project.urls]
Homepage = "https://wuttaproject.org/"