fix: expose new order batch handler choice in orders/configure
This commit is contained in:
parent
f4fdba1bbb
commit
ac753a62f8
5 changed files with 50 additions and 5 deletions
|
@ -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/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue