{"library":"django-impersonate","type":"library","category":null,"description":"Django Impersonate is a Django application that allows superusers (or users with specific permissions) to temporarily assume the identity of another user. This is highly useful for debugging, support, or testing user experiences. The current version is 1.9.5, and it is actively maintained with regular releases aligning with Django and Python version compatibility updates.","language":"python","status":"active","version":"1.9.5","tags":["django","authentication","impersonation","admin","devtools","testing"],"last_verified":"Tue May 26","install":[{"cmd":"pip install django-impersonate","imports":["from impersonate.middleware import ImpersonateMiddleware","from django.urls import path, include\n\nurlpatterns = [\n    path('impersonate/', include('impersonate.urls')),\n    # ...\n]","from impersonate.context_processors import impersonate"]}],"homepage":"https://code.netlandish.com/~petersanchez/django-impersonate","github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/django-impersonate/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":3.3,"avg_import_s":null,"wheel_type":"sdist"},"url":"https://checklist.day/v1/registry/django-impersonate/compatibility"}}