Install Package
pip install django-rspackRspack for Django
Official docs for installing, configuring, and deploying django-rspack in Django applications that want a fast, shared Rspack workflow.
pip install django-rspackpython manage.py rspack_installpython manage.py rspack_dev_serverdjango-rspack builds on Rspack and the shared Shakapacker npm package so Django teams can use a modern Rust-powered bundler without writing and maintaining a parallel asset pipeline.
Resolve bundles and assets from Django templates or Python code using the same manifest-driven workflow in development, test, and production.
Use rspack_install, rspack_dev_server, rspack_compile, and the dev-server proxy middleware without inventing a custom integration layer.
Keep the JavaScript side aligned with the existing Shakapacker ecosystem while exposing a Python API that higher-level Django packages can build on.
Template tags, Python helpers, management commands, manifest resolution, and a development proxy layer designed to feel native inside Django projects.
Designed for teams that want Rspack in Django without drifting away from the existing ShakaCode ecosystem.
Documentation is synced directly from the django-rspack repository so the published site stays aligned with the package source.
The Python package stays intentionally thin and reuses the shared Shakapacker npm tooling for Rspack config, manifests, and the dev server.
Canonical markdown stays in django-rspack/docs. This site syncs that content at build time, so package docs stay co-located with the code while deployment remains independent.
Expert Help
Need help wiring django-rspack into an existing Django stack or pairing it with higher-level libraries like react-on-django? Book a complimentary 30-minute assessment with ShakaCode.