Skip to content

Commit

Permalink
ubuntu 18 requires .so in SPATIALITE_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Sep 24, 2019
1 parent 3fa332a commit ec124cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/project_name/settings/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit ec124cc

Please sign in to comment.