"GPL license"
- django pillow Python3.7 pip3
virtualenv -p python3.7 venv
source /venv/bin/activate
python --version # Python 3.7 pip --version
pip install -r requirements.txt
cd ecommerce/ python manage.py migrate
python manage.py migrate --run-syncdb
python manage.py createsuperuser
python manage.py runserver