Hello, I am trying to use djangos authentication system. Former I always did the login-stuff manually, but now I stumbled over the built-in authentication-functionality described in http://docs.djangoproject.com/en/dev/topics/auth/#django.contrib.auth.views.login.
But when I am trying this I got : AttributeError at /accounts/login/ 'Manager' object has no attribute 'get_current' I the traceback the error is thrown in django\contrib\auth\views.py in login 34. if Site._meta.installed: 35. current_site = Site.objects.get_current() So I dont understand, because I dont have the Sites-subframework installed. any ideas? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---