To customize any default page we need to create our own template directory, create the file using the same name and position in the parent directory and inform Django to use it . To go deeper, we will customize the 404 error page and configure Django to use it. Let’s go!15 Kas 2020
Read moreHow do I change the admin color in Django?
Restart your application server and now you should be able to see a new color scheme added by the package. If you want to customize it further go to your admin and look for “themes” app and do customizations there .
Read more