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:01:20 -0500 |
| commit | c13912ac7f8d5af6e0d3091d627981c005f08130 (patch) | |
| tree | 0e95c51465ad37308be6070d275b4a47981c7693 /docs/ref | |
| parent | e94f8babc2b649f5204656c740ed232d8fa571d1 (diff) | |
Fixed #19346 - Typo in docs/ref/contrib/gis/install/index.txt
Diffstat (limited to 'docs/ref')
| -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) |
