60 - Django 2 Forms, 1 View - Python & Django 3.2 Tutorial Series

preview_player
Показать описание
60 - Django 2 Forms, 1 View - Python & Django 3.2 Tutorial Series

Try Django 3.2 is a series to teach you the fundamentals of creating web applications with Python & Django by building a real project step-by-step.

Рекомендации по теме
Комментарии
Автор

Yeah!! Just finished 2/3 of the whole try django course. Thank you for sharing all the knowledge with us. Learned a lot! Fighting fighting. Let me keep it up and finish the rest of the course

williamchan
Автор

For reference form and form_2 even though they were based on Recipe and RecipeIngredient the name column being same the between these two tables resulted in values being over written.
For example in this video:
recipe - >name = Grilled Chicken Tacos
recipeIngredient -> name = Grilled Chicken

If you look at the print statements at 4:34 you would see the name filed being same for both form and form_2

Whole point of the video is realizing the parent child relation and also when this wouldn't be ideal when both tables have similar field names.

batman_
Автор

Greetings, Love the videos. Would you happen to have a video on adding a datepicker with a model and django? Auto-date doesn't work in some cases.

catesconsultinggroupllc
Автор

Wow this was useful! Making tables to be connected in a user friendly mode ♥

LNMLucasMasiero
Автор

Does this work only for the Admin view? cause i'm trying it in a non admin view and it doesn't work...🤷🏻‍♂️🤓

attilapataki
Автор

0 seconds ago
how to do createview?please help me

jjjj
Автор

instead of teaching the way of NOT to do something, you must teach DIRECTLY de CORRECT way of doing it, because students may confuse thinking someting you just did is the correct way, at the end you ALWAYS say "THIS IS NOT THE CORRECT WAY OF DOING THIS..." and change everything we (the students) thought it was correct. that is not good practice teaching. even the videos would be shorter if you don't do that

techfinpro
Автор

Wonderful, but how if i can make more than 2 models?.

ardabili