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

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 :

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 regi