Tweak devel/racer version 2.1.31
[dports.git] / www / py-django-ldapdb / pkg-descr
1 django-ldapdb is an LDAP database backend for Django. It allows one to
2 manipulate LDAP entries using Django's models.
3
4 Declaring models using the LDAP backend is very staightforward, one simply
5 inherit from ldapdb.models.Model and declare the fields in the same way as for
6 regular models. One can even edit the LDAP entries using Django's admin
7 interface.
8
9 WWW: https://github.com/django-ldapdb/django-ldapdb