1👍
You can do
book.library.subscribers.exclude(user=request.user)
Assuming, user is the attribute that stores the users
Source:stackexchange.com
1👍
You can do
book.library.subscribers.exclude(user=request.user)
Assuming, user is the attribute that stores the users