Skip to main content

Simple wrapper for django around the official keen.io client

Project description

===========
django-keen
===========

Simple wrapper around the official keen.io client.::

from dkeen import add_event

add_event("user_subscribed", {"name": user.username})


Installation
=========

pip install django-keen

Configuration
-------------
put this in your django settings file

KEEN_PROJECT_ID = ""
KEEN_WRITE_KEY = ""
KEEN_READ_KEY = ""
KEEN_CELERY = False

Note: Calls to keen.io are blocking (you have to wait for a response). If you have a running celery installation, set KEEN_CELERY to True. All calls to add_event or add_events will be called in a task to prevent the blocking.

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

django-keen-0.1.3.tar.gz (2.5 kB view details)

Uploaded Source

File details

Details for the file django-keen-0.1.3.tar.gz.

File metadata

File hashes

Hashes for django-keen-0.1.3.tar.gz
Algorithm Hash digest
SHA256 a25e2ad1c3259186f089b8f8aedec9b45af4a9a825203450ad5d4b04e5b873fe
MD5 2837bea08e55315c40e1ee1b6f0397e6
BLAKE2b-256 012eb626a3f9f542bce317fa5f4db76a05b5a8409c6f4cd124b5042df2f95e0c

See more details on using hashes here.

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