On Jan 10, 2008 9:11 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:

>
> Thanks James. So the mystery remains... here's the full error I got,if
> it helps. I can't figure out where it came from. Never happened
> before.
>
> Traceback (most recent call last):
>
>  File "/home/grmadmin/webapps/django/django/core/handlers/base.py",
> line 77, in get_response
>   response = callback(request, *callback_args, **callback_kwargs)
>
>  File "/home/grmadmin/webapps/django/classic/registration/views.py",
> line 35, in activate
>   account.backend = 'django.contrib.auth.backends.ModelBackend'
>
> AttributeError: 'bool' object has no attribute 'backend'
>

More helpful in explaining the error would be the code up to line 35 of
"/home/grmadmin/webapps/django/classic/registration/views.py".  I'd also be
curious what this code is, since it's not part of django-registration.  Do
you know where this code originated?

Karen

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to