NextGenTips published a tutorial about how to perform CRUD operations in Django.
How to perform CRUD operations in Django
In this tutorial, we will learn how to operate CRUD functionalities in Django. CRUD functionalities are Create, Read, Update and Delete. These are the main building blocks of any project. At some point you need to perform read operations from the database, you want to do an update or you wish to delete an item.