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 moreCan we change Django admin theme?
To do so, you will have to change the project’s settings.py . Find the TEMPLATES section and modify accordingly . To override the default template you first need to access the template you want to modify from the django/contrib/admin/templates/admin directory. Let’s say we want to change base.
Read more