pyproject.toml 97 B

1234
  1. [tool.aerich]
  2. tortoise_orm = "settings.TORTOISE_ORM"
  3. location = "./migrations"
  4. src_folder = "./."