Delete Meeps - Django Wednesdays Twitter #26

Опубликовано: 03 Февраль 2025
на канале: Codemy.com
1,278
71

In this video we'll delete Meeps for our Twitter Clone App with Django and Python.

Deleting Meeps is pretty simple, but we need to make sure that people can only delete their own meeps.

We'll also need to make sure they're logged in first before we let them delete a meep.

#django #codemy #JohnElder

Timecodes

0:00​​ - Introduction
0:54 - Create a New URL
1:20 - Create a Delete_Meep View
3:03 - Create Delete Link On Profile Page
5:37 - Make Sure User Owns Meep
7:33 - Hide Delete Link On Other Profiles
8:33 - Delete Meep
9:18 - Error Handle Manual Browsing
10:53 - Conclusion