THIS IS OBSOLETE! Go see
Перейти к файлу
Peter Bengtsson d295b555bc Merge pull request #4 from djmitche/fix-docs-url
fix the docs URL
2015-01-16 14:59:11 -08:00
bin initial commit 2012-07-13 16:53:52 -07:00
docs initial commit 2012-07-13 16:53:52 -07:00
migrations initial commit 2012-07-13 16:53:52 -07:00
mozldap fix the docs URL 2015-01-16 16:53:16 -05:00
puppet initial commit 2012-07-13 16:53:52 -07:00
requirements now with a cool tool to test as documentation 2012-07-27 15:06:55 -07:00
vendor@3105e447ee upgrade to django 1.6 2015-01-16 13:16:56 -08:00
vendor-local initial commit 2012-07-13 16:53:52 -07:00
wsgi initial commit 2012-07-13 16:53:52 -07:00
.gitignore initial commit 2012-07-13 16:53:52 -07:00
.gitmodules initial commit 2012-07-13 16:53:52 -07:00
LICENSE initial commit 2012-07-13 16:53:52 -07:00
MANIFEST.in initial commit 2012-07-13 16:53:52 -07:00
README.md content_type not mimetype 2015-01-16 13:24:52 -08:00
Vagrantfile initial commit 2012-07-13 16:53:52 -07:00
manage.py initial commit 2012-07-13 16:53:52 -07:00
setup.py initial commit 2012-07-13 16:53:52 -07:00
vagrantconfig.yaml initial commit 2012-07-13 16:53:52 -07:00
vagrantconfig_local.yaml-dist initial commit 2012-07-13 16:53:52 -07:00

README.md

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:.

FORCE_DB=1 python manage.py test