A full-stack Student Management System built using Django, HTML, CSS, and SQLite3.
This project simplifies academic data management — enabling users to add, view, and delete student records effortlessly.
- Add, View, and Delete Students
- Dynamic Django Web Dashboard
- SQLite Database Integration
- Responsive and Modern UI
- Admin Panel for Full Control
| Layer | Technology |
|---|---|
| Frontend | HTML, CSS |
| Backend | Python (Django Framework) |
| Database | SQLite3 |
| Tools | VS Code, Git, GitHub |
StudentManagementSystem/ ├── manage.py ├── db.sqlite3 ├── StudentManagementSystem/ │ ├── settings.py │ ├── urls.py │ ├── wsgi.py │ └── asgi.py └── student/ ├── models.py ├── forms.py ├── views.py ├── urls.py ├── admin.py ├── templates/ │ └── student/dashboard.html
1️⃣ Install dependencies: pip install django
2️⃣ Run the server: python manage.py runserver
3️⃣ Open in browser: http://127.0.0.1:8000/
👨💻 Author
Om Satarkar B.E. Computer Engineering | GSMCOE, Pune