Re: Registration in django
you will need to update the registration/forms.py in order to add any additional field. When you adding organization name or any other field you must be creating some kind of profile for the user, so you should be able to store and retrieve the information to display on dashboard or anywhere else.
-- Also using django-registration doesn't restrict you from modifying and adding more forms for your application.
On Wednesday, October 16, 2013 9:48:23 AM UTC-4, Harjot Mann wrote:
On Wednesday, October 16, 2013 9:48:23 AM UTC-4, Harjot Mann wrote:
I am using django-registration in my app and I implemented it
correctly but I want to add an another field in it like I want to have
the organization name from user and that name I want to display in the
dashboard of user. What should I need to do for it?
and what if I dont want to use the django-registration module and I
want to make my own code for registration and login?
--
Harjot Kaur Mann
Blog: http://harjotmann.wordpress.com/
Daily Dairy: http://harjotmann.wordpress.com/daily-diary/
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2de0b8c9-9b25-48d7-bdfe-052974c25360%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home