mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
7b78156266
It allows you to manipulate LDAP entries using Django's models. Declaring models using the LDAP backend is very staightforward, you simply inherit from ldapdb.models.Model and declare the fields in the same way as for regular models. You can even edit the LDAP entries using Django's admin interface. WWW: http://opensource.bolloretelecom.eu/projects/django-ldapdb/ PR: ports/186162 Submitted by: Alexander Kriventsov <avk@vl.ru>
9 lines
423 B
Plaintext
9 lines
423 B
Plaintext
django-ldapdb is an LDAP database backend for Django.
|
|
It allows you to manipulate LDAP entries using Django's models.
|
|
Declaring models using the LDAP backend is very staightforward,
|
|
you simply inherit from ldapdb.models.Model and declare the fields
|
|
in the same way as for regular models.
|
|
You can even edit the LDAP entries using Django's admin interface.
|
|
|
|
WWW: http://opensource.bolloretelecom.eu/projects/django-ldapdb/
|