#7 Deleting Data

#7 Deleting Data

Delete data from the database

In this part of the django tutorials, you will learn how to delete data from
a database in a Django project. Removing data from a database is another one of the four main operations of a CRUD application. A CRUD application stands for Create, Read, Update and Delete, and it is an application in which the user can apply the four main operations on a database.

Watch The Video on Youtube