#5.1 Django Oscar 2.1 tutorials - Template Customization (By extending Oscar's template), • #5.1 Django Oscar 2.1 tutorials - Template... . In this tutorial, you will learn how to customise Oscar templates by extending it. I have already made a tutorial for customising templates for django-oscar 1.6. But, for Oscar version 2.1, customizing templates is slightly different. So, I am making this tutorial.
There are two ways to customise the templates. First 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. Second 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. 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