Skip to main content

Analytics service integration for Leonardo projects

Project description

The django-analytical application integrates analytics services into a Leonardo project.

Thanks @jcassee

Currently Supported Services

Installation

pip install leonardo-module-analytics

or as leonardo bundle

pip install django-leonardo["analytics"]

Add leonardo_module_analytics to APPS list, in the local_settings.py:

APPS = [
    ...
    'leonardo_module_analytics'
    ...
]

GOOGLE_ANALYTICS_PROPERTY_ID = 'UA-62809705-1'
GOOGLE_ANALYTICS_SITE_SPEED = True
GOOGLE_ANALYTICS_ANONYMIZE_IP = True

for configuration specific service see https://pythonhosted.org/django-analytical/services.html#services

Sync static

python manage.py sync_all

Read More

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

leonardo-module-analytics-2015.10.0.tar.gz (3.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page