django-masquerade

Middleware + views for allowing staff users to "masquerade" as an external user and see exact...
Download

django-masquerade Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Publisher Name:
  • Matthew Rich
  • Publisher web site:
  • https://bitbucket.org/technivore/

django-masquerade Tags


django-masquerade Description

Middleware + views for allowing staff users to "masquerade" as an external user and see exactly the same thing as the external user sees (mainly for user support) django-masquerade is a simple Django app to allow site administrators (IE, any user with is_staff = True) to browse the site as a different user.It is implemented via a middleware that looks for a specific key in the user's session -- the user to masquerade as. Also included are views and templates to allow the staff user to enter a username to masquerade and turn off masquerading as well as a template tag that provides links to these views for staff users. Requirements: · Python · Django


django-masquerade Related Software