[Answered ]-Logging user's device details in DJango admin

1👍

Sure there is. Try Django axes (https://github.com/jazzband/django-axes).
With this, you can:

  1. See logs of every login from Django admin panel (Axes logs)
  2. You can control user login failure and much more.

Leave a comment