Django Admin Area Site’s Name, Title, Header Django.How

Author avatar wrote on 07/06/2022

Add these at bottom of url.py of your main application, make sure that admin is imported

admin.site.site_header= "Pollster Admin"
admin.site.site_title= "Pollster Admin Area"
admin.site.index_title= "Welcome to the Pollster Admin area"