How To Update A Record In The Database - Flask Fridays #10

Описание к видео How To Update A Record In The Database - Flask Fridays #10

In this video I'll show you how to update a record in the database with Flask and SQL Alchemy.


We have a Users table with some names and email addresses in it, how to we edit or update any of those records? It's actually pretty easy.


We'll create a new update page that does most of the work for us in this video.


#codemy #flask


Timecodes
0:00​​ - Introduction
1:34 - Create Update Route and Function
4:06 - Process Update Form
7:53 - Create Update.html Webpage
9:39 - Make Records Clickable To Update
11:27 - Pre-Populate Update Form With Record Info
14:43 - Conclusion

Комментарии

Информация по комментариям в разработке