freebsd-ports/www/py-django-ldapdb/pkg-descr
Martin Wilke 6b902a1da6 - Update to 1.5.0
- Switch to django111
- Added NO_ARCH
- Doc OPTIONS
- Update WWW

PR:	228262
Submitted by:	freebsd_ports@k-worx.org
Approved by:	maintainer timeout
Sponsored by:	iXsystems Inc.
2018-05-26 18:37:04 +00:00

9 lines
409 B
Text

django-ldapdb is an LDAP database backend for Django. It allows one to
manipulate LDAP entries using Django's models.
Declaring models using the LDAP backend is very staightforward, one simply
inherit from ldapdb.models.Model and declare the fields in the same way as for
regular models. One can even edit the LDAP entries using Django's admin
interface.
WWW: https://github.com/django-ldapdb/django-ldapdb