Django IntroductionChapter 5. User Management

Overview of User Management Functions

Overview of User Management Functions

To build the user management functions, you need to understand the overall picture of the user management functions. To have a comprehensive understanding, it is good to observe the end-to-end process from two perspectives:

  1. User journey perspective
  2. Developer's perspective

User Journey Perspective

From the user journey perspective, there are three types of journeys.

  • Initial journey: start to use the app by signing up for the service
  • Regular journey: the primary cycle of the user journey – login, a login user journey, and logout

Django Introduction
Course Content