Web Project with Frontend HTML ,CSS and backend created using Django webframework to maintain students details.
Database : Each Student have 3 basic details like First Name , Last Name and Registration no. database configuration SQLite database engine
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.