Skip to content

dennisivy/django_ecommerce_mod5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django eCommerce Website

Basic Django eCommerce website with guest checkout and PayPal integration.

Tutorial Reference

This project is part of the tutorial video: https://youtu.be/_ELCMngbM0E?si=H7fSY5JRmwoR-V21

Setup

  1. Clone this repo:
    git clone <repo_url>
    cd django_ecommerce_mod5
  2. Create and activate a virtual environment (recommended):
    python -m venv .venv
    source .venv/bin/activate
    On Windows:
    .venv\Scripts\activate
  3. Install dependencies:
    pip install -r requirements.txt
  4. Apply database migrations:
    python manage.py migrate
  5. (Optional) Create an admin user:
    python manage.py createsuperuser
  6. Run the server:
    python manage.py runserver
  7. Visit the app at http://127.0.0.1:8000/

Screenshot

Django eCommerce demo screenshot

About

Django E-commerce website - Educational purposes ONLY

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •