[Solved]-From django.contrib.gis.geos import GEOSException, GEOSGeometry, fromstr ImportError: cannot import name GEOSException

3👍

To use the geospatial functionality of django, you need to additionally install the related libraries:

https://docs.djangoproject.com/en/dev/ref/contrib/gis/install/

👤monkut

Leave a comment