Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.33 KB

README.rst

File metadata and controls

57 lines (39 loc) · 1.33 KB

django-browserid

TravisCI

django-browserid is a library that integrates BrowserID authentication into Django.

Tested Under

  • Python
    • 2.6
    • 2.7
  • Django
    • 1.3.7
    • 1.4.5
    • 1.5

Documentation

http://django-browserid.rtfd.org

Need Help?

First, check out the troubleshooting section of the documentation, which covers solutions to several common problems.

If that doesn't help, questions can be sent to the #webdev channel on irc.mozilla.org, or by email to the current maintainer.

Testing

  1. (Recommended) Create a virtualenv for django-browserid testing.
  2. Install test requirements with pip install -r requirements.txt
  3. Run test suite with python setup.py test

License

This software is licensed under the Mozilla Public License v. 2.0. For more information, read the file LICENSE.