tortoise / aerich

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

when aerich init-db: AttributeError: 'list' object has no attribute 'startswith' #220

Closed wu-clan closed 2 years ago

wu-clan commented 2 years ago

directory structure

image

in db.py

image

in orm_init,py

image

after i aerich init -t database.orm_init.TORTOISE_ORM when i do aerich init-db, happend error: AttributeError: 'list' object has no attribute 'startswith'

long2ice commented 2 years ago

["aerich.models", *models]