From d1c9802811b5c3f5abd3defcfecac160135fa6e7 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 18 Sep 2013 10:35:41 -0400 Subject: Fixed #21116 -- Made usage of manage.py in docs more consistent. Thanks daniel.quattro at gmail.com for the report. --- docs/ref/contrib/gis/tutorial.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs/ref') 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: -- cgit v1.3