如何将GeoIP2成功导入Django项目

时间:2016-09-27 15:13:10

标签: python django geoip

我尝试使用GeoIP2根据IP地址确定所有用户的lat / lng。在我的设备/ views.py中我得到了:

from django.contrib.gis.geoip2 import GeoIP2

然后在base.py的底部:

GEOIP_PATH = os.path.join(BASE_DIR, 'geoip')
GEOIP_COUNTRY = 'GeoLite2-Country.mmdb'
GEOIP_CITY = 'GeoLite2-City.mmdb'

here's a screen shot我遇到的错误

有人有什么好主意吗?

0 个答案:

没有答案