Currently I’m using django suit v.2 to new project. It has really great features and ui, but not has documentation yet.I spended some time to find the way to change site_header (default is django Administration) and I find it.Here’s part of suit’s base.htmlyou can see branding in this code. That one is for django site header. It use site_header context if exists, and use Django administration by..