Authentication docs

Posted by Adrian Holovaty on November 9, 2005

We've added docs on Django's authentication system -- users, groups, permissions and messages.

It includes information on how to require user-login for a particular page, or pages, of your Django-powered site.

This has been a frequently requested piece of documentation, so we're happy to have made it available.

Of course, just like our code, we're always trying to make our documentation better. So, if you have questions, find errors or want to contribute tips/advice that you think were left out, just post a comment to the bottom of the document.

Back to Top