Fixed #21116 -- Made usage of manage.py in docs more consistent.

Thanks daniel.quattro at gmail.com for the report.
This commit is contained in:
Tim Graham 2013-09-18 10:35:41 -04:00
parent 2daada800f
commit d1c9802811
11 changed files with 27 additions and 28 deletions

View file

@ -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: