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'


<ModPythonRequest
path:/registration/activate/30730e095fade2449d32e819fefe5635ddd8a434/,
GET:<MultiValueDict: {}>,
POST:<MultiValueDict: {}>,
COOKIES:{},
META:{'AUTH_TYPE': None,
'CONTENT_LENGTH': 0L,
'CONTENT_TYPE': None,
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': '*/*',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'en-us',
'HTTP_HOST': 'classicmotorsports.net',
'HTTP_MAX_FORWARDS': '10',
'HTTP_UA_CPU': 'x86',
'HTTP_USER_AGENT': 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT
5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)',
'HTTP_X_FORWARDED_FOR': '84.32.241.118',
'HTTP_X_FORWARDED_HOST': 'classicmotorsports.net',
'HTTP_X_FORWARDED_SERVER': 'classicmotorsports.net',
'PATH_INFO': '/activate/30730e095fade2449d32e819fefe5635ddd8a434/',
'PATH_TRANSLATED': None,
'QUERY_STRING': None,
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': None,
'REMOTE_IDENT': None,
'REMOTE_USER': None,
'REQUEST_METHOD': 'GET',
'SCRIPT_NAME': None,
'SERVER_NAME': 'web13.webfaction.com',
'SERVER_PORT': 0,
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'mod_python'}>

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