{"categories":[{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/2"}],"enrichment":{"capability":"Integrates Webpack-compiled bundles into Django templates via a simple template tag that reads a stats file generated by webpack-bundle-tracker.","skillfed_tags":["django-integration","webpack","frontend-tooling"],"use_cases":["Render CSS and JavaScript bundles compiled by Webpack into Django templates using a single template tag.","Develop Django projects with hot-reloading frontend assets by polling the stats file during development.","Cache bundle paths in production to avoid repeated stats file reads while serving pre-compiled assets.","Exclude specific generated files (e.g., source maps, hot-update files) from template rendering via regex patterns.","Integrate multiple Webpack entry points into different parts of a Django template for code splitting."],"what_it_does":"Django Webpack Loader bridges Webpack and Django by consuming a stats file (webpack-stats.json) generated by webpack-bundle-tracker and exposing a template tag to render compiled bundles. It reads bundle metadata at runtime and injects the correct script and link tags into Django templates, handling asset paths and caching based on the DEBUG setting.\n\nThe package has no runtime dependencies and integrates directly into Django's template system. During development, it polls the stats file frequently to reflect live changes; in production, it caches the file once to minimize I/O. Configuration is done via Django settings, specifying the stats file location, bundle directory, and optional regex patterns to exclude certain assets.","worth_installing":"Yes. The package is actively maintained, has no runtime dependencies, supports current Django and Python versions, carries a permissive MIT license, and solves a common pain point in Django\u2013Webpack integration. Install it if you are using Webpack to compile frontend assets for a Django project."},"id":"django-webpack-loader","links":{"html":"https://skillfed.io/packages/django-webpack-loader","md":"https://skillfed.io/packages/django-webpack-loader.md","pypi":"https://pypi.org/project/django-webpack-loader/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-13","license_spdx":null,"license_treatment":"permissive","name":"django-webpack-loader","python_support":"unspecified","summary":"Transparently use webpack with django"},"popularity":{"monthly_downloads":969888,"position":4611,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"3.2.4"}
