feat: add "web handler" feature; it must get the menu handler
this makes more sense than (potentially) adding a whole bunch of methods to the app handler. also fix entry point for app provider, per wj changes
This commit is contained in:
parent
9c5320a31c
commit
1d113da45a
9 changed files with 121 additions and 16 deletions
|
@ -35,7 +35,7 @@ dependencies = [
|
|||
"pyramid_mako",
|
||||
"waitress",
|
||||
"WebHelpers2",
|
||||
"WuttJamaican[db]>=0.6.1",
|
||||
"WuttJamaican[db]>=0.7.0",
|
||||
]
|
||||
|
||||
|
||||
|
@ -48,7 +48,7 @@ tests = ["pytest-cov", "tox"]
|
|||
main = "wuttaweb.app:main"
|
||||
|
||||
|
||||
[project.entry-points."wutta.providers"]
|
||||
[project.entry-points."wutta.app.providers"]
|
||||
wuttaweb = "wuttaweb.app:WebAppProvider"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue