Skip to content
Advertisement

Tag: tortoise-orm

Fastapi/Tortoise early model init

I have the following implementation with fastapi. My current problem is that I can’t for the life of me do an early init on the tortoise models to get the relationship back in the schema. I’ve tried dumping the following line basically everywhere and it just doesn’t seem to work. i’ve also tried using prefetch_related this way but that doesn’t

Advertisement