In Django, I tried to define a common user model with basic information such as name, age, etc. Through the admin background that comes with Django, administrators can modify any user's data.
But I think, how can ordinary users log in to descendants and complete the function of modifying their own data? May I ask what part of your knowledge of Django is involved in this design? Thank you.
Admin is a function that can only be used by administrators. If you want users to modify their information, you must implement this function yourself. You cannot think of calling admin.