Metadata-Version: 1.1
Name: django-hijack
Version: 2.0.7
Summary: django-hijack allows superusers to hijack (=login as) and work on behalf of another user.

Home-page: https://github.com/arteria/django-hijack
Author: arteria GmbH
Author-email: admin@arteria.ch
License: The MIT License
Description: # Django Hijack
        
        [![Build Status](https://travis-ci.org/arteria/django-hijack.svg?branch=master)](https://travis-ci.org/arteria/django-hijack)
        [![Stories in Ready](https://badge.waffle.io/arteria/django-hijack.png?label=ready&title=Ready)](https://waffle.io/arteria/django-hijack)
        [![Coverage Status](https://coveralls.io/repos/arteria/django-hijack/badge.svg?branch=master&service=github)](https://coveralls.io/github/arteria/django-hijack?branch=master)
        
        ![Screenshot of django-hijack in action on the admin site.](docs/admin-screenshot.png)
        
        ![Screenshot of the warning seen while hijacking another user.](docs/hijacker-screenshot.png)
        
        With Django Hijack, admins can log in and work on behalf of other users without having to know their credentials.
        
        ## Docs
        See http://django-hijack.readthedocs.org.
        
        ## Testimonials
        
        > I am using django-hijack on a project with hundreds of users, wonderful tool for support. Thank you!
        >
        > -- [benzinonapoloni](https://www.reddit.com/user/benzinonapoloni) on [reddit](https://redd.it/39aggd)
        
        ---
        
        > This is a super useful tool. I have a site where I occasionally impersonating users to help troubleshoot their issues. This is a huge time saver.
        >
        > -- [orangishyellow](https://www.reddit.com/user/orangishyellow) on [reddit](https://redd.it/2i35fu)
        
Keywords: django,hijack,support,customer support,debugging
Platform: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.7
Classifier: Framework :: Django :: 1.8
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
