Skip to main content

Records and displays registration origin stats.

Project description

Django Insight User Guide
=========================

Insight keeps track of how users get to your site. It allows you to create an origin with an associated URL. If a user browses to this URL,
they are redirected to the main site and their origin is stored when they register. You can browse to Insight on Django's admin interface to
see stats like registration growth per origin and the percentage of users coming from a specific origin.

How to use
----------

1. Add `insight` to INSTALLED_APPS.
2. Run `manage.py migrate insight` (requires South).
3. Create as many origins as you need via the Django admin interface (URLs are automatically generated).
4. Use the URLs on other websites to direct people to your site.

Requirements
------------

- Django 1.4 and above
- The following Django modules:
- `django.contrib.auth`
- `django.contrib.contenttypes`
- `django.contrib.sessions`
- The following Django middlewares:
- `django.contrib.auth.middleware.AuthenticationMiddleware`
- `django.contrib.sessions.middleware.SessionMiddleware`
- South
Authors
=======

Praekelt Foundation
-------------------

* Rizmari Versfeld

Changelog
=========

0.2.1 (22-10-2013)
------------------
#. Replace deprecated `adminmedia` with `staticfiles` tag.
#. Fix bugs in graph drawing.

0.2 (22-10-2013)
----------------
#. Support for custom user models in Django 1.5 and up.

0.1 (02-04-2013)
----------------
#. Send `origin_hit` signal on url hit. Other apps can use it for custom tracking.
#. Can enable/disable registration tracking per origin.
#. Add ability to record querystring parameters in tracking urls.

0.0.1 (28-06-2012)
------------------
#. First release

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-insight-0.2.1.tar.gz (55.1 kB view hashes)

Uploaded Source

Built Distribution

django_insight-0.2.1-py2.7.egg (71.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