# awesto/django-shop

A Django based shop system

Repository: https://github.com/awesto/django-shop
Canonical: https://ross.abutalabs.com/products/django-shop
Homepage: http://www.django-shop.org
Language: Python
License: BSD-3-Clause
License Family: permissive
Topics: django-shop, django, e-commerce
Last push: 2023-10-19T01:09:56+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5766, "days_push": 1050, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3320, forks 1040 (observed 2026-08-28T04:07:56.233824+00:00)

## What it is
django-SHOP is a Django-based e-commerce framework for building online shops with fully customizable product models and composable page components via django-CMS. It exposes both HTML views and RESTful APIs so the same shop can serve browsers, single-page applications, and native clients.

## Use cases
- build an online store with django
- create a shop with custom product models and variants
- build an e-commerce backend with REST APIs for a SPA
- compose catalog, cart, and checkout pages with django-CMS plugins
- sell products with hierarchical product variations
- self-host an e-commerce platform in python

## When to choose
- you need product data models tailored to your actual product properties instead of a fixed schema
- you want deep product variant hierarchies without entity-attribute-value tables
- you are already using Django and django-CMS
- you need both server-rendered pages and RESTful endpoints for mobile or SPA clients

## When to avoid
- you want a turnkey store you can launch without writing code
- you need a large ecosystem of off-the-shelf payment and shipping plugins
- your team does not know Django or Python
- you expect frequent releases and active maintenance

## Facets
- artifact type: framework
- maturity: maintenance
- function: web-framework, api-framework, templating, plugin-system
- domain: e-commerce, web-development, backend
- platform: python, self-hosted
- tags: django, e-commerce, rest-api, django-cms, shopping-cart, checkout, product-catalog, spa, web-server

## Member repositories
- awesto/django-shop (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:56.233824+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:41:50.895488+00:00, confidence not recorded.
  - readme: https://github.com/awesto/django-shop (fetched 2026-08-28T04:07:56.233824+00:00, sha 1d6999a62a8a)
  - homepage: http://www.django-shop.org (fetched 2026-08-29T09:34:59.758629+00:00, sha 175d4d548023)
  - site_page: http://www.django-shop.org/index-3.html (fetched 2026-08-29T09:34:59.761408+00:00, sha f0a84e40c1e7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
