(Django 3) Part 4 Writing your first Django app

preview_player
Показать описание
In this video we will follow django's official documentation and create a form. We will also learn about Django Generic Views and reverse() url lookup.
Рекомендации по теме
Комментарии
Автор

20:50 Avoiding race conditions using F() solution: selected_choice.votes = F("votes") + 1

mehmedkukavica