Edit Meeps - Django Wednesdays Twitter #27

Опубликовано: 21 Июнь 2023
на канале: Codemy.com
1,395
63

In this video we'll learn how to edit meeps.

Maybe you want your users to be able to edit their tweets/meeps...maybe you don't.

Either way, I'll show you the basic C.R.U.D. operation that allows you to update/edit meeps in Django.

#django #codemy #JohnElder

Timecodes

0:00​​ - Introduction
1:01 - Create Edit_Meeps URL
1:31 - Create Edit_Meeps View
3:42 - Create Edit_Meep.html Page
4:09 - Add Edit_Meep Link on Profile Page
5:25 - Define Form In Edit_Meep View
9:16 - Fix Error In View
9:37 - Test It Out!
9:55 - Format Edit_Meep.html Page
11:43 - Conclusion