Home > database >  Django Admin Templates Over-Ride
Django Admin Templates Over-Ride

Time:10-31

I am new to Django my task is to customize and override all the templates of Django Admin Could you please help in Finding a website or tutorial which helps me in building from scratch

Thanks in advance

CodePudding user response:

You can go through the official django docs to know how to override templates.

You can refer to this answer if you wanna update the different views of your models.

CodePudding user response:

see this Video and have a look at the channel it has very useful videos about django

  • Related