I want to change django admin logo. I'm using django cms 3.4.1.
I tried to find logos in:
cms/templates/cms/
/media/cms/images/cms_toolbar.png
All I found was favicon.jpg in myproject/static/django_cms_style/img.
I deleted it, but doesnt work.
I tried with css too. I hide one logo, but logo in admin page and login page, they are still there.
div.cms .cms-toolbar-item-logo a:before {
display: none;
}