feat: add basic data model support
wuttjamaican will provide a default data model with minimal tables; it's assumed each custom app will extend this model with other tables
This commit is contained in:
parent
7012409e1e
commit
375d0be638
19 changed files with 388 additions and 13 deletions
|
@ -32,7 +32,7 @@ dependencies = [
|
|||
|
||||
|
||||
[project.optional-dependencies]
|
||||
db = ["SQLAlchemy<2"]
|
||||
db = ["SQLAlchemy<2", "alembic"]
|
||||
docs = ["Sphinx", "sphinxcontrib-programoutput", "furo"]
|
||||
tests = ["pytest-cov", "tox"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue