Django Migration: Undefined Column becuse circular Forign key reference

前端 未结 0 1590
温柔的废话
温柔的废话 2021-01-16 19:07

I have the next model structure in Django:

base.py


class BaseModel(models.Model):
    creator = models.ForeignKey(settings.AUTH_USER_MODEL, related_na         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题