Skip to content

Commit ec124cc

Browse files
committed
ubuntu 18 requires .so in SPATIALITE_LIBRARY_PATH
1 parent 3fa332a commit ec124cc

File tree

1 file changed

+1
-1
lines changed
  • db/project_name/settings

1 file changed

+1
-1
lines changed

db/project_name/settings/dev.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
}
2828
}
2929

30-
{% if not with_gis %}# {% endif %}SPATIALITE_LIBRARY_PATH = 'mod_spatialite'
30+
{% if not with_gis %}# {% endif %}SPATIALITE_LIBRARY_PATH = 'mod_spatialite.so'

0 commit comments

Comments
 (0)