Skip to content

Serenity0204/Student-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Management System

A student management system built in django and sqlite, it supports basic crud with login/out, and registration functionalities. The system can only be used by authenticated users.

Demo

  • New User Homepage new_user.png
  • Logged In User Homepage existing_user.png
  • Registration For New Users register.png
  • Login login.png
  • Add a new Student add.png
  • Update a Student's Info update.png
  • Delete an Existing Student delete.png

System Setup

To run this project run the command 'pip install -r requirements.txt'