tortoise / aerich

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

The problem in defining the app for the Tortoise model and "aerich init-db" #255

Open mousakhani opened 1 year ago

mousakhani commented 1 year ago

I try to define 'app' attr in meta class and i try to use aerich init-db command, but it returned tortoise__init__.py:574: RuntimeWarning: Module "models.user" has no models cls._init_apps(apps_config)