Skip to content

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.

Notifications You must be signed in to change notification settings

GOKUL988/Student-mark-management-in-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 Student Mark List (Django)

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.

Features

  • ✅ 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

🛠️ Technologies Used

  • Django (Python Web Framework)
  • HTML
  • CSS
  • Javascript
  • SQLite (Database)
  • git and version control

🚀 Installation & Setup

Follow these steps to run the project locally:

  1. Clone the Repository
    git clone https://github.com/GOKUL988/Student-mark-management-in-Django.git 
    cd Student-mark-management-in-Django 
  1. Install Dependencies
    pip install -r requirements.txt 
  1. Apply Migrate
    python manage.py migrate  
  1. Run the Application
    python manage.py runserver  

samples

sample1

sample2

sample3

sample4

sample5

sample6

sample7

sample8

sample9

sample10

sample11

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published