Kaizen Today I Learned by Ville Säävuori

Posts tagged geodjango

Using Spatialite With Django on MacOS

I’ve been working on several GeoDjango projects latey and one thing common with most of them is the difficulty of setting up Spatialite on CI and macOS. The usual error message from pytest is: django.core.exceptions.ImproperlyConfigured: SpatiaLite requires SQLite to be configured to allow extension loading. The error happens because Python is built with extensions loading disabled.

· Read the full article →