Hrasha

Hrasha

  • NA
  • 103
  • 5.6k

How to make this Models to work? I want to link first class to the sec

Mar 20 2021 1:29 PM
How to make this Models to work? I want to link first class to the second, but because the upper Class didn't see the bottom I get an error. This are pseudo-classes: Class First(): title = models.ManyToOneRel(Second) Class Second() one = ... two = ...

Answers (2)