This repository has been implemented following this django-tutorial
#Make sure python is installed
python3 --version
python3 -m venv venv
.\venv\Scripts\activate
pip3 install django
python3 -m django --version
Enter the blog directory:
cd blog
Then execute the following command to run the server
python manage.py runserver
Then access on your navigator:
http://127.0.0.1:8000/