CRUD operation
Budget: ₹600 – ₹1,500 INR
Question-2 (Django) -
- Create Login and Registration Form and perform CRUD operation.
- Use the fields for make registration form
(Text, Textarea, Select, Redio Button, Checkbox, Password, Email)
- Use Proper Validation Like ( All Filed Required, login page validation, email validation, password validation, etc... )
- New users can register then it can be login through email and password.
- After login redirect to Home Page and display all registered user records in table view and can update and delete any records.
- Create Login and Registration Form and perform CRUD operation.
- Use the fields for make registration form
(Text, Textarea, Select, Redio Button, Checkbox, Password, Email)
- Use Proper Validation Like ( All Filed Required, login page validation, email validation, password validation, etc... )
- New users can register then it can be login through email and password.
- After login redirect to Home Page and display all registered user records in table view and can update and delete any records.