Files
tout-doux/tortoise-dev.json
klemek c93a74b0f4
Python Lint CI / ty (push) Successful in 1m22s
Python Lint CI / ruff (push) Successful in 1m22s
Python Lint CI / ruff-format-check (push) Successful in 1m22s
feat: database with tortoise orm
2026-07-01 11:43:10 +02:00

13 lines
284 B
JSON

{
"connections": {
"default": "postgres://tout-doux:tout-doux@postgres:5432/tout-doux"
},
"apps": {
"models": {
"models": ["app.models"],
"default_connection": "default",
"migrations": "app.migrations"
}
}
}