Merge pull request #4 from djmitche/fix-docs-url fix the docs URL
Merge pull request #4 from djmitche/fix-docs-url
fix the docs URL
This app aims to wrap the Mozilla LDAP so you can ask simple questions about users in LDAP by a straight forwards RESTful API.
MPL2
You need to force a new DB every time since we’re using sqlite’s :memory:.
:memory:
FORCE_DB=1 python manage.py test
MozLDAP
This app aims to wrap the Mozilla LDAP so you can ask simple questions about users in LDAP by a straight forwards RESTful API.
License
MPL2
Running tests
You need to force a new DB every time since we’re using sqlite’s
:memory:.