How to detect Browser type in Django ?

Posted by AlgoMan on Stack Overflow See other posts from Stack Overflow or by AlgoMan
Published on 2010-04-19T16:56:36Z Indexed on 2010/04/19 17:03 UTC
Read the original article Hit count: 609

How can i detect which browser type the client is using. I have a problem where i have to ask people to use different browser (Firefox) instead of IE. How can i get this information.

I know http request has this information (Header). How will i get the navigator.appName from the view.py in the Django framework ?

© Stack Overflow or respective owner

Related posts about django

Related posts about django-forms