ЕП
Size: a a a
ЕП
N
N
N
<Ч
N
N
N
<Ч
N
N
АФ
<Ч
<Ч
<Ч
N
[aerich]
tortoise_orm = app.config.TORTOISE_ORM
location = ./migrations
<Ч
N
TORTOISE_ORM = {
"connections": {"default": POSTGRES_URI},
"apps": {
"models": {
"models": ["app.models.base", "aerich.models"],
"default_connection": "default",
},
},
}
N
[aerich]
tortoise_orm = app.config.TORTOISE_ORM
location = ./migrations
aerich init -t app.config.TORTOISE_ORM
после генерирования aerich.ini просто aerich init-db
и всё<Ч