- This is a test website based on the python framework django
- This test website is a follow up project made from the video made by CodeWithHarry
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python manage.py runserver
Go to localhost:8000/
to see the web