Re: Registration in django
On 16/10/2013 05:24 μμ, Harjot Mann wrote:
> On Wed, Oct 16, 2013 at 7:26 PM, Jaimin Patel <jaimin9999@gmail.com> wrote:
>> 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.
>
> But changing in forms is not doing any change. Its models id coming
> from auth.models i.e User. How can I do the changes in it?
>
Hello there, I am using django-registration too. I have elected to add
the user details later in a secondary table (named as extra user
attributes in my case) that is linked with the user table.
This is filled from the user after the registration.
Just my 2 cents, it may suit your needs too
--
--------------------------------------------------------------
Nick Apostolakis
Msc in IT, University of Glasgow
e-mail: nickapos@oncrete.gr
Web Site: http://nick.oncrete.gr
--------------------------------------------------------------
--
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/525EC0DB.4010802%40oncrete.gr.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home