aykut/django-bulk-update ⭐ 433

Bulk update using one query over Django ORM

fopina/django-bulk-update-or-create ⭐ 131

`bulk_update_or_create` for Django model managers

tj-django/django-model-subscription ⭐ 26

Subscribe to django model changes. Using thread safe subscribers.

jazzband/django-push-notifications ⭐ 2324

Send push notifications to mobile devices through GCM or APNS in Django.

xtrinch/fcm-django ⭐ 783

FCM Django: Send push notifications via django to websites, iOS & android mobile devices through FCM (Firebase Cloud Messaging)

cloudblue/django-cqrs ⭐ 126

django-cqrs is an Django application, that implements CQRS data synchronization between several Django micro-services

PaulGilmartin/django-pgpubsub ⭐ 256

A distributed task processing framework for Django built on top of the Postgres NOTIFY/LISTEN protocol.

stphivos/django-mock-queries ⭐ 320

A library for mocking django queryset functions in memory for testing

netzkolchose/django-computedfields ⭐ 100

Provides autogenerated autoupdated database fields for model methods.