ExCiteS / geokey

Platform for participatory mapping
http://geokey.org.uk
Other
55 stars 29 forks source link

Mention django GEOS bug in README #393

Closed edwardgalligan closed 6 years ago

edwardgalligan commented 6 years ago

Just ran across a django bug with parsing GEOS version numbers that causes the application to crash on startup. It's documented here: https://code.djangoproject.com/ticket/28441

The fix is either upgrading to Django 1.11 (#379) or downgrading GEOS to 3.6.1 (as later versions trigger the django bug).

Might be worthwhile sticking a note about the downgrade workaround in the README until #379 is resolved (I'll submit a PR).

josokinas commented 6 years ago

Closing this as latest GeoKey version now supports Django version 1.11 🥇