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 = ...
Rajanikant HawaldarPosted Mar 20, 2021, 3:07 PM
Rijwan AnsariPosted Mar 21, 2021, 11:34 AM