Skip to content

Instantly share code, notes, and snippets.

@paulozullu
Created March 20, 2020 16:00
Show Gist options
  • Save paulozullu/6660676451f9b4e71e74d7ef8e12dc2b to your computer and use it in GitHub Desktop.
Save paulozullu/6660676451f9b4e71e74d7ef8e12dc2b to your computer and use it in GitHub Desktop.
Teknoloxica

Edit this file: site-packages/django/contrib/gis/geos/libgeos.py Look for the function: geos_version_info And change this line:

ver = geos_version().decode()

With this line:

ver = geos_version().decode().split(' ')[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment