CircularDependencyError on Foreign Keys Pointing to Each Other Django

后端 未结 0 1734
别那么骄傲
别那么骄傲 2020-12-17 06:04

I get a circular dependency error that makes me have to comment out a field. Here is how my models are set up:

class Intake(models.Model):
    # This field ca         


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