E-commerce using Django and Django Templates based on Facilito Project
Create virtual environment called (venv) and install Django and Pillow with pip.
python3 -m venv venv
To activate environment (on linux)
source venv/bin/activate
Once created, you can start the server with python manage.py runserver