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
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
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:.