2
Answers

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

Photo of Hrasha

Hrasha

4y
540
1
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)