Skip to content

Commit

Permalink
python/django: Clean up documentation about Fathom environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed May 15, 2023
1 parent d8806f5 commit 9900476
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/python/django.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,8 @@ Environment variables
Set according to `Django's documentation <https://docs.djangoproject.com/en/3.2/ref/middleware/#http-strict-transport-security>`__.
``SENTRY_DSN``
Set to the project's client key (DSN) from Sentry.
``FATHOM_ANALYTICS_DOMAIN=kite.open-contracting.org``
Remember to configure your project to render the embed code (`example <https://github.com/open-contracting/data-registry/pull/160/files>`__).
``FATHOM_ANALYTICS_ID``
Set to the site's ID from Fathom Analytics.
``FATHOM_ANALYTICS_ID`` (and ``FATHOM_ANALYTICS_DOMAIN``)
Set to the site's ID (and custom domain) from Fathom Analytics. Remember to configure your project to render the embed code (`example <https://github.com/open-contracting/data-registry/pull/160/files>`__).

Using the template
~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 9900476

Please sign in to comment.