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.2 (10-09-2014)
------------------
#. Allow a hyphen as part of the tracking code.
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
=========================
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.2 (10-09-2014)
------------------
#. Allow a hyphen as part of the tracking code.
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
django_insight-0.2.2-py2.7.egg
(71.5 kB
view details)
File details
Details for the file django_insight-0.2.2-py2.7.egg
.
File metadata
- Download URL: django_insight-0.2.2-py2.7.egg
- Upload date:
- Size: 71.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9eaca656e38a79b4dbdf64a600f1afecdbd3057121247f42955ef6b636ee4663 |
|
MD5 | a091ef1b161dc73647a595294ebaf516 |
|
BLAKE2b-256 | 672844957758c342e18bd17faaef6edf7effed00467ff408a466b6758abf3334 |