Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 663 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 663 Bytes

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: