I am working on django-oscar project to create custom eCommerce application.
When i run my project using python manage.py runserver
command,
I got this error "
from django.contrib.gis.geos import GEOSException, GEOSGeometry, fromstr
ImportError: cannot import name GEOSException"
How to install GEOS?
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/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With