Is it possible to check the user whether is on-line or off-line in Django project?
There is a requirement of check the users whether is on-line.
In my Django project, I have a after-sale group, in it there are several staff admin users.
I want to list their information, I also want to check whether they are login.
How to check it? I use django-rest-auth
, there is a token to verify the users, I am not sure whether this helps.