1👍
✅
Since Django 1.7 you do not need to rewrite any templates to change admin title or header but just set site_header
, site_title
, and index_title
in admin.py
& then hook them in urls.py
. Look here: https://stackoverflow.com/a/24983231/5253807
Source:stackexchange.com