Skip to content

imanaspaul/Django-eCommerce-tutorial-manascode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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