Skip to content

hmrafid/django-storefront

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Storefront

A Django web application for an e-commerce storefront.

Features

  • Product browsing and management
  • Django Debug Toolbar for development
  • Templating with Django's template language

Setup

  1. Clone the repository
git clone https://github.com/hmrafid/django-storefront.git
cd django-storefront
  1. Create a virtual environment and install dependencies
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
pip install -r requirements.txt
  1. Run migrations
python manage.py migrate
  1. Start the development server
python manage.py runserver
  1. Visit http://127.0.0.1:8000/playground/hello/ in your browser

Development

  • Debug toolbar is available at the right side of the page when DEBUG=True
  • Set breakpoints and use Django debugging with VS Code as configured in launch.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors