• Stars
    star
    352
  • Rank 116,642 (Top 3 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 4 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

School Management System based on Django framework.

Django-School-Management-System

This app is meant to be used by school manager to manage their school records:

  • student data
  • staff
  • results and
  • finances.

It currently doesn't allow students/staff to login.

Demo

Demo has stopped working on https://django-school-app.herokuapp.com/ since Heroku has stopped their free version.

username: admin
password: admin123

Usage

Install in a Virtual Environment. Once you have set up a VE, clone this project

git clone https://github.com/adigunsherif/Django-School-Management-System.git

Then

cd Django-School-Management-System

Run

pip install -r requirements.txt #install required packages
python manage.py migrate # run first migration
python manage.py runserver # run the server

Then locate http://172.0.0.1:8000

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.

Coding Standards

isort .
black .

Test

python manage.py test

License

MIT

Actively under development