Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 428 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 428 Bytes

school_mgmt_django_project

clone the project using git clone project_url and creatte a virtual environment on your local machine.
activate the virtual environment and run pip install -r requirements.txt
run python ./manage.py migrate
run python ./manage.py createsuperuser
run python ./manage.py runserver