Skip to content

Latest commit

 

History

History
64 lines (50 loc) · 2.09 KB

README.md

File metadata and controls

64 lines (50 loc) · 2.09 KB

E-Commerce-site-using-Django


To run this project on your localhost .

follow these steps .

  1. Clone this repo .

git clone https://github.com/adi3120/E-Commerce-site-using-Django.git .

  1. Go into the directory where the manage.py file is located. Then open terminal there and run this .

python manage.py migrate

  1. Create admin account

python manage.py createsuperuser

  1. Make migrations for the app

python manage.py makemigrations

  1. Again migrate those changes

python manage.py migrate

  1. Now run the development server

python manage.py runserver


1) Home Page

alt text


2) Home Page Products section

alt text


3) Product details page and add to cart option

alt text


4) Profile options

alt text


5) Login Page

alt text


6) Registration Page

alt text


7) Profile/ Customer update Page

alt text


8) Profile/ Customer details Page

alt text


9) Cart Page

alt text


10) Payment Page

alt text


11) Payment Gateway demostration (PAYPAL sandbox)

alt text