mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-04-07 00:20:59 +00:00
This commit finishes up the tutorial. It also fixes the individual service documentation and documents the service-specific / global analytical settings and context variables.
24 lines
496 B
ReStructuredText
24 lines
496 B
ReStructuredText
========
|
|
Settings
|
|
========
|
|
|
|
Here's a full list of all available settings, in alphabetical order, and
|
|
their default values.
|
|
|
|
|
|
|
|
.. data:: ANALYTICAL_AUTO_IDENTIFY
|
|
|
|
Default: ``True``
|
|
|
|
Automatically identify logged in users by their username. See
|
|
:ref:`identifying-visitors`.
|
|
|
|
|
|
.. data:: ANALYTICAL_INTERNAL_IPS
|
|
|
|
Default: :data:`INTERNAL_IPS`
|
|
|
|
A list or tuple of internal IP addresses. Tracking code will be
|
|
commented out for visitors from any of these addresses. See
|
|
:ref:`internal-ips`.
|