You need to create a User CRUD application using Python Django Note

Viewed 41

You need to create a User CRUD application using Python Django

Note - Create authentications.

  1. Users sign up ( FIRST NAME, LAST NAME, EMAIL, PASSWORD). A Verification should go to email to know whether it is existing or not.
  2. User sign in (Email, PASSWORD). Show a user dashboard page when sign in.
  3. Two Roles (User role and Admin role) if admin show admin dashboard, if user show user dashboard.
0 Answers
Related