Back to Browse

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

1.2K views
Nov 18, 2020
7:09

#5.2 Django Oscar 2.1 tutorials - Template Customization (By forking Oscar's template), https://youtu.be/IlPouYfBSAs. 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) https://youtu.be/rnkfD7thuLM 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 https://youtu.be/n1jZ82q6JI0 #2 Django Oscar Accounts 2.1 tutorials - Integrate django-oscar-accounts with django-oscar https://youtu.be/qER8JWQoTRM How to Fix PyCharm package requirements are not satisfied https://youtu.be/xY0BYQxDMWY Watch all my Django Oscar tutorials for django-oscar version 2.1 from following series Django Oscar 2.1 tutorials https://www.youtube.com/playlist?list=PL_C2gJg0NHV-28HdJf9B7eSg3p9qLr9Ap Watch my Django Oscar tutorials for django-oscar version 1.6 from following series Django Oscar E-commerce tutorials for beginners in English https://www.youtube.com/playlist?list=PL_C2gJg0NHV_pdITCcAG3OHdPY55UFAuP Watch my django-oscar-accounts package tutorials i.e. a managed account for django-oscar here: Django Oscar Accounts 2.1 tutorials for beginners https://www.youtube.com/playlist?list=PL_C2gJg0NHV-BIuw5AhFRb7T1KFYO1202 Watch my Django Ajax tutorials in the following series Django Ajax tutorials for begginers https://www.youtube.com/playlist?list=PL_C2gJg0NHV_BA61RctpY99cItK-7EyQX Also, watch Django tutorials https://www.youtube.com/playlist?list=PL_C2gJg0NHV_oSHIA3JN0rlIMzAkIUjnE 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

Download

0 formats

No download links available.

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