Johnny Fang
Johnny Fang
> I've created this gist, that should help you get setup: > > https://gist.github.com/rj76/c33ee201428be26b9c78a78473b5b169 > > One thing to keep in mind, is that to use fixtures you must be...
hey for MacOS I use SoundCleod!
@ashmlk , I'm not sure if I understand what you are trying to do, if you are trying to mark a notification as deleted, why not simply using the ORM?...
@AhmedYasin487 you would then filter the notifications model using the 'actor' and the 'recipient'. Something like this: `notification_ids = Notification.objects.filter(actor_object_id=actor.id, recipient_id=user.id).values_list('id', flat=True)`