Skip to content

masoodazhar/intelexcel-school-management-system

Repository files navigation

intelexcel-school-management-system

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

here is the main screens 1 2 3 4 5 6 7