TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
Forums
Monthly Leaders
Forum guidelines
Hrasha
NA
103
6.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