# django-webpack/django-webpack-loader

Transparently use webpack with django

Repository: https://github.com/django-webpack/django-webpack-loader
Canonical: https://ross.abutalabs.com/products/django-webpack-loader
Language: Python
License: MIT
License Family: permissive
Topics: webpack, django, django-webpack-loader, assets, static, javascript, reactjs
Last push: 2026-05-13T14:48:04+00:00

## Health v2 (maintenance only)
Score: 82/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 82, release rhythm 71, longevity 100
- inputs: {"age_days": 4127, "days_push": 112, "days_rel": 112, "gap_med": 87.5, "n_releases_24m": 5}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2540, forks 340 (observed 2026-08-28T04:06:59.346589+00:00)

## What it is
A Django app that integrates Webpack bundles into Django templates via a simple template tag. It consumes a stats file generated by webpack-bundle-tracker to resolve and render hashed bundle assets.

## Use cases
- render webpack bundles in django templates
- serve hashed webpack assets from a django app
- integrate a react frontend built with webpack into django
- load css and js bundles with cache-busting filenames
- use webpack output with cdn or s3 public paths in django

## When to choose
- you have a django backend with a webpack-built javascript frontend
- you need hashed asset filenames resolved automatically in templates
- you want a lightweight, mature bridge between webpack and django

## When to avoid
- you use vite or another bundler without webpack-bundle-tracker
- you build a fully decoupled SPA that never renders through django templates
- your project does not use django

## Facets
- artifact type: library
- maturity: active
- function: build-tool, templating, developer-tools
- domain: web-development, frontend, developer-tools
- platform: python
- tags: django, webpack, asset-management, static-assets, template-tags, web-server

## Member repositories
- django-webpack/django-webpack-loader (main) score 82

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:59.346589+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-30T02:25:08.880361+00:00, confidence not recorded.
  - readme: https://github.com/django-webpack/django-webpack-loader (fetched 2026-08-28T04:06:59.346589+00:00, sha 0b55739beaf1)
  - registry_pypi: https://pypi.org/pypi/django-webpack-loader/json (fetched 2026-08-29T10:07:10.006188+00:00, sha fe4023b8dd93)
- Data as of 2026-08-30T08:39:29.467469+00:00.
