Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 691 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 691 Bytes

jahanBakhshi Eshop

a simple e-commerce using django and drf

some page example

home page(slider) :

alt text

product detail page :

alt text

cart page :

alt text

contact us page :

alt text

Installation

create venv and run project

  python -m venv venv
  source venv/bin/activate
  pip install -r requirements.txt
  python manage.py makemigrations
  python manage.py migrate
  python manage.py createsuperuser

Finally run :

  python manage.py runserver

And enjoy using it :)