Thinh Blog Create a blog with Django Running Windows > python .\manage.py runserver The website will run at localhost:8000. Testing Windows > coverage run manage.py test > coverage html Opening /htmlcov/index.html by Browser to see the test report. Dependencies coverage: 6.0.2 Django: 3.2.8 © Thinh Nguyen