From ec124cc946b005ae9a195e57d9ed0ad53bfe2419 Mon Sep 17 00:00:00 2001 From: "S. Andrew Sheppard" Date: Tue, 24 Sep 2019 11:17:14 +0900 Subject: [PATCH] ubuntu 18 requires .so in SPATIALITE_LIBRARY_PATH --- db/project_name/settings/dev.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/project_name/settings/dev.py b/db/project_name/settings/dev.py index c9459d9..aa950b0 100644 --- a/db/project_name/settings/dev.py +++ b/db/project_name/settings/dev.py @@ -27,4 +27,4 @@ } } -{% if not with_gis %}# {% endif %}SPATIALITE_LIBRARY_PATH = 'mod_spatialite' +{% if not with_gis %}# {% endif %}SPATIALITE_LIBRARY_PATH = 'mod_spatialite.so'