Skip to content

Ecommerce website built with Django 2.2.3, Python 3.7.3, Stripe and AWS

Notifications You must be signed in to change notification settings

piotr1221/Django-Ecommerce

Repository files navigation

Django-Ecommerce

Ecommerce website built with Django 2.2.3, Python 3.7.3, and AWS

image

Product Slide

image

Shop Page image

Installation

pip install django

virtualenv env

For Mac/ Linux

source env/bin/activate

For Window

env\scripts\activate

pip install -r requirements.txt

python manage.py makemigrations

python manage.py migrate

python manage.py runserver

For Admin Login

python manage.py createsuperuser
Username : admin
Password : 12345678

About

Ecommerce website built with Django 2.2.3, Python 3.7.3, Stripe and AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.4%
  • CSS 31.9%
  • HTML 12.8%
  • Python 3.8%
  • PHP 0.1%