Exception Type: TypeError at /forum/account/signup/
Exception Value: register() takes at least 2 non-keyword arguments (1 given)
django-registration-0.7:
def register(request, success_url=None,
form_class=RegistrationForm,
template_name='registration/registration_form.html',
extra_context=None):
django-registration-0.8-alpha-1:
def register(request, backend, success_url=None, form_class=None,
disallowed_url='registration_disallowed',
template_name='registration/registration_form.html',
extra_context=None):