Install & Compatibility
Where this runs
tested against v1.0.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 66.5MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 3.4s · import 0.000s · 67MB
66MB installed
● package 66MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
JsReverseMiddleware
✓ from django_js_reverse.middleware import JsReverseMiddleware
✗ from django_js_reverse.middleware import JsReverseMiddleware
After installation and configuration, use the template tag to inline the JS reverse code.
# settings.py
INSTALLED_APPS = [
...
'django_js_reverse',
]
MIDDLEWARE = [
...
'django_js_reverse.middleware.JsReverseMiddleware',
]
# template
{% load js_reverse %}
<script>{% inline_js_reverse %}</script>
Upgrade
Version history
1.0.0latest on PyPI · released May 22, 2026
Audit
Dependencies
No dependency data recorded yet.