Create a registration form, to allow users to register in a new Ruth Miskin Portal. The form needs to contain the following fields:
The form needs to contain the following fields: • Name* • Surname * • Email* • School* • Date of Birth
Only the fields marked with a * are mandatory.
The school field needs to be a dropdown list, with the name of all the open schools included in the attached spreadsheet.
Once registered a user needs to be able to log-in the portal and land on a welcome page.
The application needs to be built using the Django Framework and must follow the best coding practice and standards.
The database structure needs to be able to store all the different school attributes.
Please include any reflection and comment that might help understand your design choices.