diff options
| author | Tim Graham <timograham@gmail.com> | 2013-09-18 10:35:41 -0400 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2013-09-25 21:11:17 -0300 |
| commit | d1047c8b4cecd2e64a1ec0882328af9d081220a3 (patch) | |
| tree | ef07532e0f758c54bddb2f9030c1349280c179db /docs/ref | |
| parent | d7ae0bc372f8423e7bcf9b5408df46fd5c8dc27d (diff) | |
[1.6.x] Fixed #21116 -- Made usage of manage.py in docs more consistent.
Thanks daniel.quattro at gmail.com for the report.
d1c9802811 from master.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/tutorial.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt index 3df4db12a0..99a4814f3d 100644 --- a/docs/ref/contrib/gis/tutorial.txt +++ b/docs/ref/contrib/gis/tutorial.txt @@ -499,14 +499,13 @@ Afterwards, invoke the Django shell from the ``geodjango`` project directory: .. code-block:: bash - $ python manage.py shell + $ python manage.py shell Next, import the ``load`` module, call the ``run`` routine, and watch ``LayerMapping`` do the work:: - >>> from world import load - >>> load.run() - + >>> from world import load + >>> load.run() .. _ogrinspect-intro: |
