Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 480 Bytes

File metadata and controls

34 lines (25 loc) · 480 Bytes

Django-eCommerce-tutorial-manascode

Steps to get started

  1. Step one :
git clone https://github.com/imanaspaul/Django-eCommerce-tutorial-manascode.git

Follow the tutorials to learn more

  1. Step two :
virtualenv env

Now install all the dependencies

pip install -r requirements.txt

3 Step three : Change directory to ecommerce

cd ecommerce
  1. Step four : Now you can run the server
py manage.py runserver