bruth / django-tracking2

django-tracking2 tracks the length of time visitors and registered users spend on your site. Although this will work for websites, this is more applicable to web _applications_ with registered users. This does not replace (nor intend) to replace client-side analytics which is great for understanding aggregate flow of page views.
BSD 2-Clause "Simplified" License
205 stars 67 forks source link

django-tracking2 is not compatible with the new Django User model #16

Closed brandonkane closed 11 years ago

brandonkane commented 11 years ago

In Django 1.5 a configurable user model was added.

The models in django-tracking2 have a foreign key to auth.User directly. In the new Django this should point to settings.AUTH_USER_MODEL, which will point to whatever class is being used as the user model in a given app.

bruth commented 11 years ago

Thanks for heads up. A fix will be coming shortly.

bruth commented 11 years ago

Released in 0.1.5