I want to display the number of active visitors on my website, I tried using django-tracking
, django-active-users
but none of them worked because they are outdated. I am using Django 3.0.8 and all of those modules aren't supported with django3.
I also tried doing this with Google analytics but their real-time reporting API is in limited beta and not open to everyone. Is there any way I can get this to work using Django active sessions or something?