umutbektas/django-ecommerce

Django Simple E Commerce Tutorial - In progress...

django
ecommerce



Django Simple E-Commerce Tutorial


Installation guide:

  • Create a virtualenv

pip install virtualenv
virtualenv venv
  • Activate venv

  • Linux - source venv/bin/activate
  • Windows - venv\Scripts\activate

  • Clone & Install

  • git clone https://github.com/umutbektas/django-ecommerce.git
  • (venv) pip install -r requirements.txt

  • Migrate & User & Run

  • (venv) python manage.py migrate
  • (venv) python manage.py createsuperuser
  • (venv) python manage.py runserver

Example:

Stars
35
100.00% more than last month
Forks
10
Open Issues
1