Checking a visitor's geographical location in a Django app

Posted by cool-RR on Stack Overflow See other posts from Stack Overflow or by cool-RR
Published on 2010-02-24T13:28:42Z Indexed on 2010/03/07 23:11 UTC
Read the original article Hit count: 167

I am making a multilingual Django website. I want the site to check from which country the user is accessing the website, and according to that decide which language to use.

What would be a good tool to use for that?

© Stack Overflow or respective owner

Related posts about django

Related posts about django-multilingual