Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 604 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 604 Bytes

Web Project with Frontend HTML ,CSS and backend created using Django webframework to maintain students details.

Details:

Database : Each Student have 3 basic details like First Name , Last Name and Registration no. database configuration SQLite database engine

CRUD operation is implemented

User can Create a students details with Registration no as primary key User can Read a students details using registration no User can Update First name or Last name for a Registration no User can Delete a Students details from database using Registratuion no.