Skip to content

Commit

Permalink
Merge pull request #3854 from TheoLechemia/patch-1
Browse files Browse the repository at this point in the history
Update advanced-configuration.rst
  • Loading branch information
marcantoinedupre authored Dec 15, 2023
2 parents 749a2b1 + a7085b8 commit 60cc89c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/install/advanced-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Note that this setting does not impact the Path endpoints, which means that the
Swagger API documentation
~~~~~~~~~~~~~~~~~~~~~~~~~

In order to enable swagger module to auto-document API ``/api/v2/``, in the custom settings file,
In order to enable swagger module to auto-document API, in the custom settings file,
add the following code:

.. code-block :: python
Expand All @@ -62,6 +62,7 @@ add the following code:
INSTALLED_APPS += ('drf_yasg', )
Then run ``sudo dpkg-reconfigure -u geotrek-admin``.
The API swagger documentation is now availaible here : `<GEOTREK_ADMIN_URL>/api/v2`

Share services between several Geotrek instances
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 60cc89c

Please sign in to comment.