Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.33 KB

File metadata and controls

37 lines (26 loc) · 1.33 KB

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