Skip to content

omkwisdom/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 virtualenv env
  4. Activate Virtual Environment source env/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

Releases

No releases published

Packages

No packages published

Languages

  • CSS 53.8%
  • HTML 21.8%
  • Python 19.1%
  • JavaScript 5.3%