1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/www/py-django-ldapdb/pkg-descr
Martin Wilke 7b78156266 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/

PR:		ports/186162
Submitted by:	Alexander Kriventsov <avk@vl.ru>
2014-05-22 06:32:25 +00:00

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/