Hello, I can not do import
of this model
I have the model:
class Contrato(models.Model):
within models.py
and inside my serializers.py need to do import
from models import Contrato
nor
from apps.contratos.models import Contrato
Nothing works, other apps run smoothly.