Settings¶
Here’s a full list of all available settings, in alphabetical order, and their default values.
- ANALYTICAL_AUTO_IDENTIFY¶
Default:
TrueAutomatically identify logged in users by their username. See Identifying authenticated users.
- ANALYTICAL_INTERNAL_IPS¶
Default:
INTERNAL_IPSA list or tuple of internal IP addresses. Tracking code will be commented out for visitors from any of these addresses. You can configure this setting for each service individually by substituting
ANALYTICALfor the upper-case service name. For example, setGOOGLE_ANALYTICS_INTERNAL_IPSto configure for Google Analytics.