mirror of
https://github.com/django/django.git
synced 2025-12-15 21:45:20 +00:00
Added a tip about --layer param of ogrinspect for databases
Refs #20260.
This commit is contained in:
parent
1de63cccb1
commit
bfb2504402
1 changed files with 2 additions and 1 deletions
|
|
@ -47,7 +47,8 @@ of using ``ogrinspect`` :ref:`in the tutorial <ogrinspect-intro>`.
|
|||
The key for specifying which layer in the OGR
|
||||
:class:`~django.contrib.gis.gdal.DataSource` source to use.
|
||||
Defaults to 0 (the first layer). May be an integer or a string identifier
|
||||
for the :class:`~django.contrib.gis.gdal.Layer`.
|
||||
for the :class:`~django.contrib.gis.gdal.Layer`. When inspecting databases,
|
||||
``layer`` is generally the table name you want to inspect.
|
||||
|
||||
.. django-admin-option:: --mapping
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue