Updated a couple of links in GeoDjango install doc.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17491 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Ramiro Morales 2012-02-10 02:34:06 +00:00
parent fc14996c8d
commit ad8022f89a
1 changed files with 2 additions and 3 deletions

View File

@ -563,7 +563,7 @@ After the SpatiaLite library and tools have been installed, it is now possible
to create spatial database for use with GeoDjango. In order to do this, download to create spatial database for use with GeoDjango. In order to do this, download
the spatial database initialization SQL from the `SpatiaLite Resources`__ page:: the spatial database initialization SQL from the `SpatiaLite Resources`__ page::
$ wget http://www.gaia-gis.it/spatialite/init_spatialite-2.3.sql.gz $ wget http://www.gaia-gis.it/spatialite-2.3.1/init_spatialite-2.3.sql.gz
$ gunzip init_spatialite-2.3.sql.gz $ gunzip init_spatialite-2.3.sql.gz
Now, the ``spatialite`` command can be used to initialize a spatial database:: Now, the ``spatialite`` command can be used to initialize a spatial database::
@ -577,7 +577,7 @@ Now, the ``spatialite`` command can be used to initialize a spatial database::
inside your ``settings.py``. inside your ``settings.py``.
__ http://www.gaia-gis.it/spatialite/resources.html __ http://www.gaia-gis.it/spatialite-2.3.1/resources.html
Add ``django.contrib.gis`` to :setting:`INSTALLED_APPS` Add ``django.contrib.gis`` to :setting:`INSTALLED_APPS`
@ -632,7 +632,6 @@ community! You can:
sure to provide a complete description of the problem, versions used, sure to provide a complete description of the problem, versions used,
and specify the component as "GIS". and specify the component as "GIS".
__ http://www.mibbit.com/?server=irc.freenode.net&channel=%23geodjango
__ http://groups.google.com/group/geodjango __ http://groups.google.com/group/geodjango
__ http://code.djangoproject.com/simpleticket __ http://code.djangoproject.com/simpleticket