6b902a1da6
- 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.
9 lines
409 B
Text
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
|