Adding Extra Fields On Many-To-Many Relationships in Django

preview_player
Показать описание
Adding more information to many-to-many relationships in Django.

WORK WITH ME👇🏼

✅ Implement features and fix bugs in your app: Live, one-on-one screenshare

💻 Code written in video
Рекомендации по теме
Комментарии
Автор

Dude you solved three problems in a single video. Thanks

serageibraheem
Автор

Great content! Finally a video with the right pace, relevant information and without tons of pause sounds ("umm...", "so...")
Good job man. Looking forward for this kinda stuff

rushas
Автор

Excellent. Exactly what I'm looking for. Thanks for the effort.

wenbinyang
Автор

Seriously you explained it so well. Thank you

armankamal
Автор

Wow...I never used a 3rd model till now....definitely going to try this....Thank you

codedjango
Автор

Excelent. Thanks for that. I was looking for something like this to solve a problem in my code.

benonemarcos
Автор

When working with a model form, how to handle the additional fields in the table defined by the though argument? I display the many-to-many relationship with checkboxs and for each option I'd like to be able to set the additional fields value (a quantity field)

thombou
Автор

Mind blowing ! It gave me exactly what I need. thank You !

vikashkumarbarnwal
Автор

Exactly what i was looking for. Very well explained. Thanks. Do you have a full course ?

evouae
Автор

an amazing explanation.
thanks a lot.
but is it possible how to display data on web if you have a many to many relation?
if you have a course explaining that, it will be great...
Thanks for the wonderful lesson.

ABMA
Автор

Thank you for this video, you are a gent!

ProjectXH
Автор

Hi Anthony thank you for this, it’s really well explained. One question. How do I query all the students enrolled for a particular course before a specific date?

Georgeggg
Автор

Great Video!
just wondering why did you have to comment the two table of Student, Course in order to create Enrollment?

Kruiger
Автор

excelent video i like how your explain this stuff

Dreyardx
Автор

Good tutorial thanks. By the way I have a question I want to ask regarding forms how is the dynamic form on django-quiz achieved. Where questions come after one another with options. For the answer. Thanks.

tochimclaren
Автор

Thank you very much for the great tutorial!

I have one question. Instead of putting in the 'through=enrollment' argument in courses, is it okay to add it in students?

jinwooje
Автор

Hey Anthony! How would you make the authentication of a project that have both Rest API and Web pages? For example, let's suppose that there is an API for getting data that should be plotted in some graph, but this will be used both in an Android app and in a page rendered by the Flask, but to access the dashboard it's needed to be logged

EricSouzarys
Автор

Thank you very much . I finally found a great video 10/10

ar_sky_blue
Автор

Hey,
Any clue why we can't display the M2M-field as its normally displayed in the admin area? Gotta use the tabular or stackinline which is kind of annoying.

IMADETHISACCFORRAY
Автор

Hi, Good content mate.

One question: I know django creates a default id as primarykey in manytomany table. I want to have a custom primary key to the manytomany table. How to do it?

muteebakram