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.10.zip
cd django-ldaporm-1.0.10
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.10.tar.gz
(28.5 kB
view hashes)
Built Distribution
Close
Hashes for django_ldaporm-1.0.10-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffa9b14fcc6c41d008d46cd3daee8bea9d78bb98d48a0dc7a8309dccef898388 |
|
MD5 | 54881e4d340aee2485ee26de1cda7563 |
|
BLAKE2b-256 | a742c5e5cfaf04c724a505642b9524e5e5c343aae1679876a7277b02b9646d18 |