Metadata-Version: 1.1
Name: django-switch-user
Version: 0.1.0
Summary: Django Switch User allows you to assume the identity of another user.
Home-page: http://michaeltrier.com
Author: Michael Trier
Author-email: mtrier@gmail.com
License: MIT
Description: django-switch-user
        ======================================
        
        Django Switch User is a reuasable application that allows users to assume the
        identify of another user. It can be helpful when debugging user issues.
        
        Installation
        ------------
        pip install django-switch-user
        
        Quickstart
        ----------
        After installing Django Switch User you just need to wire it into your urls.
        
            url(r"^admin/su/", include("su.urls")),
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
