This is a Django-based Student Mark List management system where users can add, view, update, and delete student marks in year and department wise. It demonstrates CRUD operations, Django Forms, and database integration.
- ✅ Add student details (Name, Roll No, Subject, Marks, etc.)
- ✅ Store data in SQLite database
- ✅ View all student marks in a table format
- ✅ Update or delete student records
- ✅ Django form validation
- Django (Python Web Framework)
- HTML
- CSS
- Javascript
- SQLite (Database)
- git and version control
Follow these steps to run the project locally:
- Clone the Repository
git clone https://github.com/GOKUL988/Student-mark-management-in-Django.git
cd Student-mark-management-in-Django
- Install Dependencies
pip install -r requirements.txt
- Apply Migrate
python manage.py migrate
- Run the Application
python manage.py runserver