Open mprahl opened 9 years ago
Implement the following: http://jakeaustwick.me/flask-geoip-api-in-python/
gi = pygeoip.GeoIP('GeoIPCity.dat', pygeoip.MEMORY_CACHE)
ehhh we have to download GeoIPCity data. It's like 15mb!
I think it's worth it.
Implement the following: http://jakeaustwick.me/flask-geoip-api-in-python/