mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
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:
parent
2daada800f
commit
d1c9802811
11 changed files with 27 additions and 28 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue