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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment