Django superusers/admins can login and work on behalf of other users without

having to know their credentials.

WWW: https://github.com/arteria/django-hijack

PR:		210275
Submitted by:	Kevin Golding <ports@caomhin.org>
This commit is contained in:
Martin Wilke 2017-05-06 07:36:39 +00:00
parent 4ef71b5351
commit adaae607fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440238
4 changed files with 30 additions and 0 deletions

View file

@ -1556,6 +1556,7 @@
SUBDIR += py-django-guardian
SUBDIR += py-django-happenings
SUBDIR += py-django-haystack
SUBDIR += py-django-hijack
SUBDIR += py-django-htmlmin
SUBDIR += py-django-json-rpc
SUBDIR += py-django-jsonfield

View file

@ -0,0 +1,22 @@
# Created by: Kevin Golding <ports@caomhin.org>
# $FreeBSD$
PORTNAME= django-hijack
PORTVERSION= 2.1.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@caomhin.org
COMMENT= Allows DJango superusers to login as other users
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18
NO_ARCH= yes
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1465909608
SHA256 (django-hijack-2.1.1.tar.gz) = 2b90d9fdd733e608aee9b83f25a58ac3d7cb86f337c771fcf1c37713d7bac2d2
SIZE (django-hijack-2.1.1.tar.gz) = 17047

View file

@ -0,0 +1,4 @@
Django superusers/admins can login and work on behalf of other users without
having to know their credentials.
WWW: https://github.com/arteria/django-hijack