Skip to content

vgiralt/django-ldaporm

 
 

Repository files navigation

django-ldaporm

django-ldaporm provides Django ORM-like module that allows you to treat ldap object classes like RDBMS tables. This allows you to use Django forms, fields and views natively with ldap models.

Installing django-ldaporm

django-ldaporm is a pure python package. As such, it can be installed in the usual python ways. For the following instructions, either install it into your global python install, or use a python virtual environment to install it without polluting your global python environment.

Install via pip

pip install django-ldaporm

About

A Django ORM-like interface for ldap objectclasses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 95.7%
  • CSS 1.1%
  • HTML 1.1%
  • Shell 0.8%
  • Dockerfile 0.6%
  • SCSS 0.4%
  • Makefile 0.3%