Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
masoodazhar committed Jan 20, 2022
1 parent c6db92d commit ef2a2ae
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# -school-management-system
# 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.

0 comments on commit ef2a2ae

Please sign in to comment.