diff --git a/geonode/base/management/commands/updategeoip.py b/geonode/base/management/commands/updategeoip.py index 6020daed957..708ec74a1f6 100644 --- a/geonode/base/management/commands/updategeoip.py +++ b/geonode/base/management/commands/updategeoip.py @@ -32,7 +32,7 @@ try: from django.contrib.gis.geoip2 import GeoIP2 as GeoIP - URL = 'https://srv-file7.gofile.io/download/Wx2YHN/GeoLite2-City.tar.gz' + URL = 'https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-City&date=20200107&license_key=s0L0UN5Vsg8YDmVy&suffix=tar.gz' OLD_FORMAT = False except ImportError: try: