A simple Student Management System built using Django, HTML, and CSS.
This project demonstrates basic CRUD (Create, Read, Update, Delete) operations for managing student records in a clean and responsive web interface.
- ๐งโ๐ Add new students
- โ๏ธ Edit and update existing student details
- โ Delete student records
- ๐ View a list of all students
- ๐จ Beautiful frontend using HTML & CSS
- โ๏ธ Django backend with SQLite database
- ๐ Secure and lightweight architecture
| Technology | Description |
|---|---|
| Python | Programming Language |
| Django | Web Framework |
| SQLite | Default Django Database |
| HTML5 / CSS3 | Frontend UI |
| Bootstrap (optional) | For styling and responsiveness |