I am trying to display a message telling the user to use Google Chrome or Firefox, but I want this message to appear only if they are using Internet Explorer. How can I find out what kind of browser a user has?
I know the http request contains such information (the request header). But how do I get this information in Django?