diff options
author | rm <rm@FreeBSD.org> | 2016-07-29 20:03:19 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2016-07-29 20:03:19 +0800 |
commit | e49486c84ec84ea4f89d25cbddd3bf58b9fd8c1b (patch) | |
tree | 5c8b189d689c211e8d8a6e8e72fb96283d2eb910 /www/Makefile | |
parent | d4dabe1476421836cc967689a2a497c8602a2e2e (diff) | |
download | freebsd-ports-graphics-e49486c84ec84ea4f89d25cbddd3bf58b9fd8c1b.tar.gz freebsd-ports-graphics-e49486c84ec84ea4f89d25cbddd3bf58b9fd8c1b.tar.zst freebsd-ports-graphics-e49486c84ec84ea4f89d25cbddd3bf58b9fd8c1b.zip |
django-guardian is an implementation of object permissions for Django
providing extra authentication backend.
WWW: https://pypi.python.org/pypi/django-guardian
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 31c86ad67d9..49eaaaef03b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1523,6 +1523,7 @@ SUBDIR += py-django-extensions SUBDIR += py-django-filer SUBDIR += py-django-formtools + SUBDIR += py-django-guardian SUBDIR += py-django-happenings SUBDIR += py-django-haystack SUBDIR += py-django-htmlmin |