MCQs > IT & Programming > Django > Best way to extend the Django user model with extra custom fields in addition to the fields already provided?

Django MCQs

What is the best way to extend the Django user model with extra custom fields in addition to the fields already provided?

Answer

Correct Answer: Subclass django.contrib.auth.models.AbstractUser and add the extra fields.

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Django Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Django Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it