Miserlou / django-easy-timezones

Easy timezones for Django based on GeoIP
http://gun.io/blog/django-easy-timezones/
Apache License 2.0
203 stars 44 forks source link

Geolite2 #20

Open khlumzeemee opened 8 years ago

khlumzeemee commented 8 years ago

Hi when checking the geolite website they mentioned that they now moved to the geolite2 format. Do you have any plans to upgrade the plugin to use the new format?

BakanovKirill commented 7 years ago

+1

Miserlou commented 7 years ago

Available here: https://github.com/Miserlou/django-easy-timezones/pull/22

I haven't looked at the PR yet though, tell me if it works and I'll merge it into master.

dtougas commented 6 years ago

I have taken a look a #22, found some issues, fixed them, and submitted a new PR #40

m-cameron commented 6 years ago

You can also consider to change the geolocation database to IP2Location LITE. It has good Python library.

rustanacexd commented 5 years ago

any update on this one?