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.
About Simple CRUD In Python Using Django Framework
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.
How to run Simple CRUD In Python Using Django Framework ?
This simple web-based CRUD application provides the simplest management of small records. In short, this project mainly focuses only on CRUD; there are no search functions included. There’s an external database connection file used in this mini project to save user’s data permanently. In order to run the project, you must have installed Python and Django on your PC.