Project: Simple CRUD In Python Using Django Framework with source code
– To download Simple CRUD project for free (scroll down)
About Project
Simple CRUD application is purely written in Python using Django Framework. This is a simple web based project which is very easy to understand and use. Talking about the system, it contains all the required functions which include adding, viewing, deleting and updating records. While adding a record of a person, he/she has to provide the first name and last name. The user can also edit the record list if he/she wants to. And also the user can easily delete any records. The system shows all the records in a list view.