update Django integration (#971)

* update Django integration

* address PR comments
This commit is contained in:
Tom Kralidis
2022-08-30 16:41:48 -04:00
committed by GitHub
parent 98bfdd5cf2
commit 199a1fc612
27 changed files with 649 additions and 1320 deletions
@@ -105,7 +105,7 @@ specify the URL for the service layer in the ``data`` field.
* ``id_field`` will often be ``OBJECTID``, ``objectid``, or ``FID``.
* If the map or feature service is not shared publicly, the ``username`` and ``password`` fields can be set in the
configuration to authenticate into the service.
configuration to authenticate into the service.
.. code-block:: yaml
@@ -310,7 +310,7 @@ relies on `sodapy <https://github.com/xmunoz/sodapy>`.
* ``resource_id`` is the 4x4 resource id pattern.
* ``geom_field`` is required for bbox queries to work.
* ``token`` is optional and can be included in the configuration to pass
an `app token <https://dev.socrata.com/docs/app-tokens.html>` to Socrata.
an `app token <https://dev.socrata.com/docs/app-tokens.html>` to Socrata.
.. code-block:: yaml