Congratulations - C# Corner Q4, 2022 MVPs Announced
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Hrasha
1.9k
103
4k
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 = ...
Reply
Answers (
2
)
What's the difference between 'return' and 'print' within a function i
I'm making an Flask API. In that, I'm getting jsonify as return in fla