I use generic CreateView to create a User instance.
class SignUp(CreateView): template_name = \'reg.html\' form_class = SignUpForm success_url = reve