diff options
| author | Claude Paroz <claude@2xlibre.net> | 2012-03-19 21:02:35 +0000 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2012-03-19 21:02:35 +0000 |
| commit | 163c8def8246f1398141023c8e7e2568cf24525c (patch) | |
| tree | 8e3ae499078f9bcfb10c2bf08ab450df730d9a09 /docs | |
| parent | 6afc1d1a6b2c5c006f617cd5c023dafa9ced13c4 (diff) | |
Fixed an indentation issue in GeoDjango installation docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17769 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/install.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/install.txt b/docs/ref/contrib/gis/install.txt index dcc343fb5a..a5c87864c9 100644 --- a/docs/ref/contrib/gis/install.txt +++ b/docs/ref/contrib/gis/install.txt @@ -1145,12 +1145,13 @@ Debian 5.0 . Thus when :ref:`spatialdb_template` either: * Create a symbolic link to these files: -.. code-block:: bash + .. code-block:: bash $ 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. |
