Monday, October 3, 2011

Re: Django Registration extra fields not getting saved

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  

No comments:

Post a Comment