Re: Registration in django

2013-10-16 Thread Nick Apostolakis
On 16/10/2013 05:24 μμ, Harjot Mann wrote: On Wed, Oct 16, 2013 at 7:26 PM, Jaimin Patel 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

Re: Registration in django

2013-10-16 Thread Harjot Mann
On Wed, Oct 16, 2013 at 7:26 PM, Jaimin Patel 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 retri

Re: Registration in django

2013-10-16 Thread Jaimin Patel
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 el