Django Oscar E-commerce tutorial - Custom User model (Part-6) | In English

Опубликовано: 20 Май 2026
на канале: CodeShika
1,290
31

Django Oscar E-commerce tutorial - Custom User model (Part-6) | In English,    • Django Oscar E-commerce tutorial - Custom ...  . In this tutorial, you will learn how to use custom User model instead of the default one in Django oscar. This tutorial is the part-6 of Django Oscar E-commerce tutorials for beginners in English.

In Oscar, we should identify users using his email instead of Django's way of using username. So, Oscar assumes that the email field should be unique. Oscar has minimum fields including email and password. These fields are defined in Oscar's AbstractUser. We can add our additional fields using the custom User model by subclassing AbstractUser. Oscar Profile summary view and Profile editing form dynamically show the new fields. In this tutorial, I have given a demo of how to create a Custom user model and show Profile editing form using custom model.

Watch here this channel's recent tutorial on Django Oscar:

Django Oscar E-commerce tutorial - Customize Existing Views (Part-5) | In English
   • Django Oscar E-commerce tutorial - Customi...  

Watch all Django Oscar E-commerce tutorials in English from the following playlist:

Django Oscar E-commerce tutorials for beginners in English
   • Django Oscar E-commerce tutorials for begi...  

The first part of this tutorial in Marathi is here.

Django Oscar E-commerce tutorial for beginners - Setting Up the Environment ( Part-1)
   • Django Oscar E-commerce tutorial for begin...  

Watch Other tutorials here:

Django Allauth Oscar Tutorial - Install and Integrate django-allauth with oscar | Part-1
   • Django Allauth Oscar Tutorial - Install an...  

Django Ajax Tutorial | Form Submission in Django without page refresh using Ajax
   • Django Ajax Tutorial | Form Submission in ...  

So, friends if you like this tutorial, please hit the like button and share, and if you want more tutorials like this please subscribe to my channel CodeShika.

#djangooscarcustomusermodel
#extenddjangooscarusermodel
#codeshika