caltechads / django-ldaporm

A Django ORM-like interface for ldap objectclasses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Install via setup.py

Download a release from Github, then:

unzip django-ldaporm-1.0.20.zip
cd django-ldaporm-1.0.20
python setup.py install

Or:

git clone https://github.com/caltechads/django-ldaporm.git
cd django-ldaporm
python setup.py install

About

A Django ORM-like interface for ldap objectclasses

License:Other


Languages

Language:Python 98.6%Language:Shell 1.0%Language:Makefile 0.4%