Fixed #26137 -- Confirmed support for SpatiaLite 4.2/4.3 and added instructions.

This commit is contained in:
Tim Graham 2016-01-28 09:16:46 -05:00
parent 04564eb74d
commit 93897a6a75
3 changed files with 22 additions and 29 deletions

View file

@ -3,7 +3,7 @@ Testing GeoDjango apps
======================
Included in this documentation are some additional notes and settings
for :ref:`testing-postgis` and :ref:`testing-spatialite` users.
for :ref:`testing-postgis` users.
.. _testing-postgis:
@ -79,16 +79,6 @@ a simple way to add superuser privileges to your database user.
By default, the PostGIS installer on Windows includes a template
spatial database entitled ``template_postgis``.
.. _testing-spatialite:
SpatiaLite
==========
Make sure the necessary spatial tables are created in your test spatial
database, as described in :ref:`create_spatialite_db`. Then just do this::
$ python manage.py test
.. _geodjango-tests:
GeoDjango tests