• Stars
    star
    200
  • Rank 195,325 (Top 4 %)
  • Language
    Python
  • Created over 5 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Django eCommerce tutorial for beginners

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