this is a fully featured school management system created in python framework django. installation
step 1 clone
step 2 install dependencies requirements.txt file pip install -r requirements.txt
step 3 connect your database in settings.py file. (database should be postgresql / mysql)
step 4 migrate the project pytohn manage.py migrate
step 5 run the server python manage.py runserver
there you go.
if you get any error let me know by opening an issue. i am actively looking to fix them