This is my stack trace .

Traceback:
File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/
base.py" in get_response
  111.                         response = callback(request,
*callback_args, **callback_kwargs)
File "/usr/local/lib/python2.6/dist-packages/registration/views.py" in
register
  144.             new_user =
form.save(profile_callback=profile_callback)
File "/usr/local/lib/python2.6/dist-packages/registration/forms.py" in
save
  88.                                    send_email = False)
File "/usr/local/lib/python2.6/dist-packages/django/db/transaction.py"
in inner
  217.                 res = func(*args, **kwargs)

Exception Type: TypeError at /accounts/register/
Exception Value: create_inactive_user() got an unexpected keyword
argument 'profile_callback'


How to get rid of this error ?

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