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

How to track already-login user? #80

Open icaijy opened 3 years ago

icaijy commented 3 years ago

Thank you for providing this app.But when I try to test it, I figure out a problem—it can’t track my account when I refresh the page while I’m already login with super-user.

Whether it ignores the super-user ?