How does one change the \'Django administration\' text in the django admin header?
It doesn\'t seem to be covered in the \"Customizing the admin\" documentation.
Just go to admin.py file and add this line in the file :
admin.site.site_header = "My Administration"