Open redex-ai opened 12 months ago
The task involves adding a new phone number field to the user sign-up process. This includes updating the sign-up form, the User model, and the corresponding template. A new migration file will also be created to reflect the changes in the database schema.
Add a new field for phone number in the SignUpForm with max_length=10 and required validators.
Add a new CharField for phone number in the User model with max_length=10.
Add a new input field for phone number in the sign-up form template.
Create a new migration file for adding the phone number field to the User model.
In the Create Account Page, add another field for phone number. The allowed size for phone number is 10