tortoise / aerich

A database migrations tool for TortoiseORM, ready to production.
https://github.com/tortoise/aerich
Apache License 2.0
823 stars 93 forks source link

Pass app args via aerich.ini config field #128

Closed Olegt0rr closed 1 month ago

Olegt0rr commented 3 years ago

Add ability to pass args to imported application via aerich.ini config field. E.g.

[aerich]
...
app_args = -c app-config.yml

Fixes #123