search

Home  >  Q&A  >  body text

python - How do ordinary users in django use admin to modify their own information?

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.

过去多啦不再A梦过去多啦不再A梦2762 days ago921

reply all(1)I'll reply

  • 怪我咯

    怪我咯2017-06-12 09:29:48

    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.

    reply
    0
  • Cancelreply