django-easy-audit icon indicating copy to clipboard operation
django-easy-audit copied to clipboard

Get session using SessionStore

Open tomasgarzon opened this issue 3 years ago • 1 comments

Allow getting the user from the cache, not only from django-db. Using SessionStore abstraction.

tomasgarzon avatar Mar 02 '21 17:03 tomasgarzon

I decided to test django-easy-audit and I liked this project. I had this problem, my sessions are saved in redis and not in django-db. Do you have any predictions for this fix coming in?

CleitonDeLima avatar Dec 17 '22 20:12 CleitonDeLima