Ecommerce website built with Django 2.2.3, Python 3.7.3, and AWS
Product Slide
pip install django
virtualenv env
source env/bin/activate
env\scripts\activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
python manage.py createsuperuser
Username : admin
Password : 12345678