tortoise / aerich

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

AttributeError: 'NoneType' object has no attribute 'keys' #167

Open FIRDOUS-BHAT opened 3 years ago

FIRDOUS-BHAT commented 3 years ago

While Initializing the aerich why I'm getting this error,

aerich/cli.py", line 79, in cli app = app or list(tortoise_config.get("apps").keys())[0] AttributeError: 'NoneType' object has no attribute 'keys'