[Answer]-For spatial search with haystack/solr, do I have to import both django.contrib.gis.geos.Point and haystack.utils.geo.Point?

1👍

You need to supply the full path to the geos DLL, not the containing directory.
Try:
GEOS_LIBRARY_PATH = ‘C:/OSGeo4W64/bin/geos_c.dll’

Leave a comment