Top "Django-contrib" questions

django-contrib is a django package with a variety of extra, optional tools that solve common Web-development problems

request.user returns a SimpleLazyObject, how do I "wake" it?

I have the following method: def _attempt(actor): if actor.__class__ != User: raise TypeError Which is called from a view: …

python django django-users django-contrib
Does Django ship with the authentication templates for use with the django.contrib.auth module?

I found some under the tests directory but I'm not sure if they are the right ones. By authentication templates …

python django django-contrib