Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 335 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 335 Bytes

HDPS

Run this command to install django and python packages.

pip install -r requirements.txt

Then run this three command to initiate database.

python manage.py makemigrations
python manage.py migrate

After all of this finally run this command to run project

python manage.py runserver