Skip to content

Vinayak3773/Django-Task-Authentication

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-Task-Authentication

Problem Statement

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:
. First Name
a. Last Name
b. Profile Picture
c. Username
d. Email Id
e. Password
f. Confirm Password
g. 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

About

Django Task for Banao Python/Djanog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.6%
  • HTML 28.9%
  • CSS 1.5%