Environment:

Request Method: POST
Request URL: http://localhost:8000/login/
Django Version: 1.1.1
Python Version: 2.6.0
Installed Applications:
['attachments',
 'avatar',
 'soaplib',
 'notification',
 'django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.sites',
 'django.contrib.admin',
 'django.contrib.flatpages',
 'django.contrib.redirects',
 'django.contrib.humanize',
 'django.contrib.comments',
 'django_extensions',
 'ajax_validation',
 'djangoratings',
 'debug_toolbar',
 'solango',
 'voting',
 'tagging',
 'compress',
 'opencrowd.django.apps.portal_layout',
 'mailer',
 'pg_logging.singleton_logger',
 'pg.ip.misc',
 'pg.ip.taxo',
 'pg.ip.search',
 'pg.ip.client',
 'pg.ip.profile',
 'pg.ip.community',
 'pg.ip.activity',
 'pg.ip.performance',
 'pg.ip.comments']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware',
 
'opencrowd.django.apps.portal_layout.middleware.PageLayoutFallbackMiddleware')


Traceback:
File "/usr/lib/python2.6/site-packages/Django-1.1.1-py2.6.egg/django/
core/handlers/base.py" in get_response
  92.                 response = callback(request, *callback_args,
**callback_kwargs)
File "/mnt/XP_D/Opencrowd/PressGaney/pg_trunk/main/pg/ip/profile/
views.py" in local_login
  82.   user = authenticate(user_name)

Exception Type: TypeError at /login/
Exception Value: authenticate() takes exactly 0 arguments (1 given)

Thanks,
Gloria

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to