2
Answers

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

Hrasha

Hrasha

3y
495
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)