Is it possible to find a zip code based on a user's IP address using python / django (not geodjango)? I suppose I will have to use a web service, but I would really like to just query the database if possible.
I'm using geology right now, so it would be great if I could somehow integrate this.
source
share