Skip to content

TawsifXD/School-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

School Management System

A school management project in Django would involve creating a web application that helps manage various aspects of a school, such as student enrollment, class schedules, teacher assignments, and grades..

Installation

  1. go to the project folder
  2. create .env for project

command to create envarment for project

python -m venv env
  1. then just active .env

command to active envarmant

cd env/scripts/activate
  1. Install requirements packege

command to install requirements packege

pip install -r requirements.txt
  1. Then just Migrate the project

command to migrate

python manage.py migrate
  1. create a superuser command to create a superuser
python manage.py createsuperuser
  1. Then run the project
python manage.py runserver

Admin Login

When you run migrate, a superuser is created.

username: admin
password: admin123

Roadmap

To build a fully fledged open source school management.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Home Page

Screenshot 2022-12-26 203635

Login Dashbord

Screenshot 2022-12-26 203611

License

MIT.