JustPaste.it

Python Django Banao Task 1

Description: Create an application to enable signup and login for different types of users. On login redirect users to their respective dashboards.

 

Details:

 

 1.Types of Users:

a. Patient

b. Doctor

 

 2. The signup form should have following fields:

a. First Name

b. Last Name

c. Profile Picture

d. Username

e. Email Id

f. Password

g. Confirm Password

h. Address(line1, city, state, pincode)

 

3. There should be a check to see if the password and confirm password fields match

4. There is no specific structure for the dashboards…….can simply display the details entered in the signup form

 

Task Submissions Guidelines:

 

Submit a video showing every functionality which we asked you to do.