mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #26137 -- Confirmed support for SpatiaLite 4.2/4.3 and added instructions.
This commit is contained in:
parent
04564eb74d
commit
93897a6a75
3 changed files with 22 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue