Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 494 Bytes

README.md

File metadata and controls

24 lines (23 loc) · 494 Bytes

E_commerce

e-commerce django

run website from terminal

go to terminal and enter py manage.py runserver

then go to `localhost:8000`

Home page:

plot

Cart page:

plot

Checkout page:

plot

admin page:

plot

link=localhost:8000/admin
user=Saif
password=123321

adding products:

go to product module in django admin plot