mirror of
https://github.com/django/django.git
synced 2025-09-09 04:00:48 +00:00
Fixed #29484 -- Removed the need to specify SPATIALITE_LIBRARY_PATH with Spatialite 4.2+.
Thanks Tim Graham for the review.
This commit is contained in:
parent
86988dd890
commit
f3836144db
2 changed files with 22 additions and 18 deletions
|
@ -21,12 +21,6 @@ In any case, you should always be able to :ref:`install from source
|
|||
__ https://www.gaia-gis.it/fossil/libspatialite
|
||||
__ https://www.gaia-gis.it/gaia-sins/
|
||||
|
||||
.. admonition:: ``SPATIALITE_LIBRARY_PATH`` setting required for SpatiaLite 4.2+
|
||||
|
||||
If you're using SpatiaLite 4.2+, you must put this in your ``settings.py``::
|
||||
|
||||
SPATIALITE_LIBRARY_PATH = 'mod_spatialite'
|
||||
|
||||
.. _spatialite_source:
|
||||
|
||||
Installing from source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue