#5.2 Django Oscar 2.1 tutorials - Template Customization (By forking Oscar's template)

Опубликовано: 07 Февраль 2026
на канале: CodeShika
1,179
22

#5.2 Django Oscar 2.1 tutorials - Template Customization (By forking Oscar's template),    • #5.2 Django Oscar 2.1 tutorials - Template...  . In this tutorial, you will learn how to customise Oscar templates by forking method.

There are two ways to customise the templates. First option is subclass parent but use same template path. Suppose for customizing base.html template, we need to create same
template path for the template by extending Oscar's base.html but only customises the blocks that it needs to. I have made a tutorial for this first option. You can watch it here

#5.1 Django Oscar 2.1 tutorials - Template Customization (By extending Oscar's template)
   • #5.1 Django Oscar 2.1 tutorials - Template...  

Second option is forking. In that, we just fork or copy the template into our local project so that it comes first in the include path and then we customise the template as per our need. So, in this tutorial, we will use second option for customizing templates.

Watch my recent tutorials here

#4 Django Oscar 2.1 tutorials - Add a new menu item to Dashboard navigation
   • #4 Django Oscar 2.1 tutorials - Add a new ...  

#2 Django Oscar Accounts 2.1 tutorials - Integrate django-oscar-accounts with django-oscar
   • #2 Django Oscar Accounts 2.1 tutorials - I...  

How to Fix PyCharm package requirements are not satisfied
   • How to Fix PyCharm package requirements ar...  

Watch all my Django Oscar tutorials for django-oscar version 2.1 from following series

Django Oscar 2.1 tutorials
   • Django Oscar 2.1 tutorials  

Watch my Django Oscar tutorials for django-oscar version 1.6 from following series

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

Watch my django-oscar-accounts package tutorials i.e. a managed account for django-oscar here:

Django Oscar Accounts 2.1 tutorials for beginners
   • Django Oscar Accounts 2.1 tutorials for be...  

Watch my Django Ajax tutorials in the following series

Django Ajax tutorials for begginers
   • Django Ajax tutorials for begginers  

Also, watch

Django tutorials
   • Django tutorials  

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.

#django_oscar_templates
#customise_templates
#CodeShika