I\'m trying to add geolocation to a website, using GeoIP. I followed the instructions on Django docs, but I get this error: ImproperlyConfigured: Error importing midd
ImproperlyConfigured: Error importing midd
Seems I got a solution after all. The import statement should be:
from django.contrib.gis.utils.geoip import GeoIP