feat(api): split api into multiple apps (#1626)
Fixes #1622 - split the api into 4 apps: core, history, schedule, storage - exploded the settings into testing/prod
This commit is contained in:
parent
87d2da9d84
commit
fce988aef1
120 changed files with 1499 additions and 1078 deletions
|
@ -25,7 +25,7 @@ setup(
|
|||
python_requires=">=3.6",
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"libretime-api=libretime_api.cli:main",
|
||||
"libretime-api=libretime_api.manage:main",
|
||||
]
|
||||
},
|
||||
install_requires=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue