moz-ldap/README.md

20 строки
313 B
Markdown
Исходник Постоянная ссылка Обычный вид История

2012-07-14 03:53:52 +04:00
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
-------
2015-01-17 00:24:52 +03:00
MPL2
Running tests
-------------
You need to force a new DB every time since we're using sqlite's
`:memory:`.
FORCE_DB=1 python manage.py test