Re: Django Registration extra fields not getting saved

2011-10-03 Thread Swaroop Shankar V
Hello Sébastien,

Thanks for your response. I just figured out the issue. Actually signals was
not getting called. The reason was that the django-registration was not
installed properly. Actually i copied the django-registration folder to my
project folder instead of the normal installation. Once i went for a normal
installation signals worked just fine.

Thanks and Regards,

Swaroop Shankar V



On Mon, Oct 3, 2011 at 2:37 PM, BILLION Sébastien <
sebastien.bill...@gmail.com> wrote:

>  Hi,
>
> Can you send your signals.py? I think you have a problem with your signal
>
>
>  BILLION Sébastien
>
> the Answer to the ultimate question of life, the universe and everything is
> **42**
>
> http://www.sebastienbillion.com/
>
> Le 01/10/2011 10:59, Swaroop Shankar a écrit :
>
> Hello All,
> I had posted the same question in stackoverflow for which I didn't
> received much response, so trying my luck here. Hope someone will have
> a solution to my issue.
> I am trying to extend the django registration module with additional
> fields. I have created following files to extend the registration
> form:
> model.py: http://pastebin.com/U80C21Wy .
> forms.py: http://pastebin.com/5dYHiL6C.
> regbackend.py: http://pastebin.com/63WTzMQi
> urls.py: http://pastebin.com/ZzaAcLtp
> The username, password is getting saved, but the fields that i have
> listed in the regbackend.py is not getting saved. I am not even sure
> whether user_created model in that file is actually being called. I am
> not getting any errors either. I been struggling with registration
> form for the past few days. I hope someone here will again help me
> with this issue. Thanks
>
>
>   --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Django Registration extra fields not getting saved

2011-10-03 Thread BILLION Sébastien

Hi,

Can you send your signals.py? I think you have a problem with your signal


BILLION Sébastien

the Answer to the ultimate question of life, the universe and everything 
is 42


http://www.sebastienbillion.com/ 

Le 01/10/2011 10:59, Swaroop Shankar a écrit :

Hello All,
I had posted the same question in stackoverflow for which I didn't
received much response, so trying my luck here. Hope someone will have
a solution to my issue.
I am trying to extend the django registration module with additional
fields. I have created following files to extend the registration
form:
model.py: http://pastebin.com/U80C21Wy .
forms.py: http://pastebin.com/5dYHiL6C.
regbackend.py: http://pastebin.com/63WTzMQi
urls.py: http://pastebin.com/ZzaAcLtp
The username, password is getting saved, but the fields that i have
listed in the regbackend.py is not getting saved. I am not even sure
whether user_created model in that file is actually being called. I am
not getting any errors either. I been struggling with registration
form for the past few days. I hope someone here will again help me
with this issue. Thanks



--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Django Registration extra fields not getting saved

2011-10-01 Thread Swaroop Shankar
Hello All,
I had posted the same question in stackoverflow for which I didn't
received much response, so trying my luck here. Hope someone will have
a solution to my issue.
I am trying to extend the django registration module with additional
fields. I have created following files to extend the registration
form:
model.py: http://pastebin.com/U80C21Wy .
forms.py: http://pastebin.com/5dYHiL6C.
regbackend.py: http://pastebin.com/63WTzMQi
urls.py: http://pastebin.com/ZzaAcLtp
The username, password is getting saved, but the fields that i have
listed in the regbackend.py is not getting saved. I am not even sure
whether user_created model in that file is actually being called. I am
not getting any errors either. I been struggling with registration
form for the past few days. I hope someone here will again help me
with this issue. Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.