You need to create a User CRUD application using Python Django
Note - Create authentications.
- Users sign up ( FIRST NAME, LAST NAME, EMAIL, PASSWORD). A Verification should go to email to know whether it is existing or not.
- User sign in (Email, PASSWORD). Show a user dashboard page when sign in.
- Two Roles (User role and Admin role) if admin show admin dashboard, if user show user dashboard.