diff options
| author | Tim Graham <timograham@gmail.com> | 2012-11-22 18:01:20 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2012-11-22 18:02:20 -0500 |
| commit | 918d020de28d6707bdb44e99d32676bbe89d09c6 (patch) | |
| tree | ceb260d30a79c3ed7bc8b48f92f68da8d6d47360 /docs | |
| parent | 072b9d0d3d71f9e0ecbb8966f1c3b3238fc4d14f (diff) | |
[1.5.X] Fixed #19346 - Typo in docs/ref/contrib/gis/install/index.txt
Backport of c13912ac7f from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/install/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/install/index.txt b/docs/ref/contrib/gis/install/index.txt index c710866813..100dc2edd0 100644 --- a/docs/ref/contrib/gis/install/index.txt +++ b/docs/ref/contrib/gis/install/index.txt @@ -118,7 +118,7 @@ Invoke the Django shell from your project and execute the .. code-block:: pycon - $ python manage shell + $ python manage.py shell >>> from django.contrib.gis.utils import add_srs_entry >>> add_srs_entry(900913) |
