Skip to content Skip to sidebar Skip to footer

Django Cms 3.4.1 Admin Dlogo

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 myp

Solution 1:

CMS uses another app for it's admin styling called djangocms-admin-style. and the top of admin can be customised by overriding the branding.html file seen here;

https://github.com/divio/djangocms-admin-style/blob/master/djangocms_admin_style/templates/admin/inc/branding.html

So if you create admin/inc/branding.html in your project's templates directory you will be able to change the content.

Post a Comment for "Django Cms 3.4.1 Admin Dlogo"