Have you looked at the django documentation ?
There is a builtin form for creating a new user, working with user
model shipped with django.
https://docs.djangoproject.com/en/1.9/topics/auth/default/#django.contrib.auth.forms.UserCreationForm



2016-06-08 10:46 GMT+02:00 Arshpreet Singh <arsh...@gmail.com>:
> I am implementing Django User registration method as provided in the
> following tutorial:
>
> https://mayukhsaha.wordpress.com/2013/05/09/simple-login-and-user-registration-application-using-django/
>
> It is not using any model/model-form, But I want to connect with
> User-registration with other defined model.
>
> Is it possible using the above tutorial or I have to create new
> UserRegistration model?
>
> --
>
> Thanks
> Arshpreet Singh
> Python Developer
> RevinfoTech
> Web Development/Data Science/Systems Integration
> Mobile: (91)987 6458 387
> http://www.revinfotech.com/
> https://www.linkedin.com/in/arsh840
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/CAAstK2GtNnR9N%3Dg2-m8ZHKt9R4Bt4nUJFjBXpMdGoD%2B73nujRg%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.



-- 

Cordialement, Coues Ludovic
+336 148 743 42

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAEuG%2BTbVAU2uB0b3O_KHWKSkrzENAWboJ63QNkZqoggQTyTyqA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to