How to make this Models to work? I want to link first class to the sec
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 = ...