feat: add native table for Animal Types; import from farmOS API
This commit is contained in:
parent
09042747a0
commit
4a517bf7bf
23 changed files with 786 additions and 12 deletions
|
|
@ -33,6 +33,7 @@ dependencies = [
|
|||
"psycopg2",
|
||||
"pyramid_exclog",
|
||||
"uvicorn[standard]",
|
||||
"WuttaSync",
|
||||
"WuttaWeb[continuum]>=0.27.4",
|
||||
]
|
||||
|
||||
|
|
@ -47,12 +48,18 @@ docs = ["Sphinx", "furo"]
|
|||
[project.entry-points."paste.app_factory"]
|
||||
"main" = "wuttafarm.web.app:main"
|
||||
|
||||
[project.entry-points."wutta.app.providers"]
|
||||
wuttafarm = "wuttafarm.app:WuttaFarmAppProvider"
|
||||
|
||||
[project.entry-points."wutta.config.extensions"]
|
||||
"wuttafarm" = "wuttafarm.config:WuttaFarmConfig"
|
||||
|
||||
[project.entry-points."wutta.web.menus"]
|
||||
"wuttafarm" = "wuttafarm.web.menus:WuttaFarmMenuHandler"
|
||||
|
||||
[project.entry-points."wuttasync.importing"]
|
||||
"import.to_wuttafarm.from_farmos" = "wuttafarm.importing.farmos:FromFarmOSToWuttaFarm"
|
||||
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://forgejo.wuttaproject.org/wutta/wuttafarm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue