unique user based caching in django
In django 3.2 what’s the cleanest way to access a user id in functions called from views or outside views?
In django 3.2 what’s the cleanest way to access a user id in functions called from views or outside views?