Skip to content

itsraghu13/school_management_system

 
 

Repository files navigation

Project Name: School Management System Software

How To Setup On Linux

  1. Clone This Project git clone https://github.com/sajib1066/school_management_system.git
  2. Go To Project Directory cd school_management_system
  3. Create a Virtual Environment python -m venv venv
  4. Activate Virtual Environment source venv/bin/activate
  5. Install Requirements Package pip install -r requirements.txt
  6. Migrate Database python manage.py migrate
  7. Create Super User python manage.py createsuperuser
  8. Finally Run The Project python manage.py runserver

Project Details in this Video

Login Page

1

Dashboard

2

About

This is an School Management Software

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 41.1%
  • HTML 21.8%
  • Python 19.1%
  • SCSS 12.7%
  • JavaScript 5.3%