Open evstratbg opened 3 years ago
any help?
No plan to support this, or you can run system command in python code.
Seconding this. A way to run migrations from python is a really good option to have.
If you want, you can use os.system
to run aerich command
Reopen this to look more.
I want to make migrations before web app is up. Best way to make it?