mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -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
|
||||
|
|
22
www/py-django-hijack/Makefile
Normal file
22
www/py-django-hijack/Makefile
Normal 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>
|
3
www/py-django-hijack/distinfo
Normal file
3
www/py-django-hijack/distinfo
Normal 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
|
4
www/py-django-hijack/pkg-descr
Normal file
4
www/py-django-hijack/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue