A Django ORM-like interface for ldap objectclasses
Project description
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.15.zip
cd django-ldaporm-1.0.15
python setup.py install
Or:
git clone https://github.com/caltechads/django-ldaporm.git
cd django-ldaporm
python setup.py install
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-ldaporm-1.0.15.tar.gz
(29.4 kB
view hashes)
Built Distribution
Close
Hashes for django_ldaporm-1.0.15-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbc0009fb81c1758e64fdf6fb91210dafea35b8071f789ddf00d4a6e6295b73f |
|
MD5 | 432a31bc5b236b1e86ca04f4536233a2 |
|
BLAKE2b-256 | b4f9e770aecce233f671ff7f566e5b4a37e7d018a1d9f7158924027bbf10ab46 |