E-commerce website
To use, change the path to your image and run:
python manage.py runserver
1 - Install virtualenv
pip install virtualenv
2 - Create you virtual environment and run
virtualenv venv
source ./venv/bin/activate
3 - Install packages
pip install -r requirements.txt