Good Morning I'm using Django's default user model, and I would like to have a user dashboard logged in, to check who's using the system, can you tell me if django has this information?
I checked that they have a table of sessions but everything is encrypted.
Thank you in advance