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.
Since I only use admin interface in my app, I put this in the admin.py :
admin.site.site_header = 'My administration'