Commit 163c8def authored by Claude Paroz's avatar Claude Paroz
Browse files

Fixed an indentation issue in GeoDjango installation docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17769 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 6afc1d1a
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1150,7 +1150,8 @@ Debian 5.0 . Thus when :ref:`spatialdb_template` either:
    $ sudo ln -s /usr/share/postgresql-8.3-postgis/{lwpostgis,spatial_ref_sys}.sql \
        /usr/share/postgresql/8.3

  If not running PostgreSQL 8.3, then  replace ``8.3`` in the command above with the correct version.
  If not running PostgreSQL 8.3, then  replace ``8.3`` in the command above with
  the correct version.

* Or use the :download:`create_template_postgis-debian.sh` to create the spatial database.