I want to make a user registration form. So I have my own custom fields. So I want to create a user without using forms.py file. Please comment out your solutions
For further actions, you may consider blocking this person and/or reporting abuse
I want to make a user registration form. So I have my own custom fields. So I want to create a user without using forms.py file. Please comment out your solutions
For further actions, you may consider blocking this person and/or reporting abuse
Nevo David -
Misty Paprika -
Olumuyiwa Afolabi -
ym qu -
Top comments (3)
Why don't you want to use forms.py? It's my understanding that forms.py is a best-practice convention.
As per my project requirement, I want to take data from custom input fields
I take the necessary information with jQuery and send it backand with Ajax. Then I create user. Also You can return your own custom fields in forms.py