A collection of various Django utility functions, including automatic admin user impersonation, string tools, mail handling, and more. Latest PyPI version is 97, with releases roughly monthly. Requires Python 3.12-3.14 and Django 3.2+.
pip install bx-django-utilsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generate a key and import the admin impersonate middleware.
Update import to from bx_django_utils.admin_extra_views.middleware import AdminUserImpersonateMiddleware
Replace with import secrets; secrets.token_hex(32)
Use import with underscores, e.g., from bx_django_utils import ...