Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (20 loc) · 1.53 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.53 KB

Lines of code     GitHub All Releases     dependencies     build

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