I am using Django's auth_user model and wanted to log the user activities(accessed page details) in my table. I explored and figured out to use django-request module. I have installed django-request 1.5.2 for django 1.8 version. I'm getting this error
"NotADirectoryError: [Errno 20] Not a directory: '/pkg/software/python/3.6.0/lib/python3.6/site-packages/django_request-1.5.2-py3.6.egg/request/migrations'
and also I couldn't find this directory inside my site-packages. What could be the resolution or is there any other module that I can use to log user activities?