Hi I have the next situation I have 2 models. I have a recursion when I import, How I can fix this thank
from app.B.models import B1 from app.A.models import A1
A1(models.Model): B1(models.Model):
- -
- -
A2(models.Model):
-
-