- install all requrement in requirement.txt
- i suggest to install all req in virtualenv
- create migration using "python3 manage.py makemigrations"
- run migrattion using "python3 manage.py migrate"
- run the django using command "python3 manage.py runserver"
- prettier to format the HTML code
- black to format python code (.py)
- docker compose to the database postgre config