Skip to content

Django Simple E Commerce Tutorial - In progress...

Notifications You must be signed in to change notification settings

MedAmineMahmoud/django-ecommerce

 
 

Repository files navigation

django-ecommerce

Django Simple E Commerce Tutorial

Create a virtualenv

  • pip install virtualenv
  • virtualenv venv

Activate venv

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

Clone & Install

Migrate & User & Run

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

About

Django Simple E Commerce Tutorial - In progress...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%