Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for bulk push #23

Closed
mevinbabuc opened this issue Mar 1, 2015 · 1 comment
Closed

Support for bulk push #23

mevinbabuc opened this issue Mar 1, 2015 · 1 comment

Comments

@mevinbabuc
Copy link

It would be really awesome if it had support for bulk push. If its already implemented, where can I get docs on using it.

Thanks,
Mevin

@bogdal
Copy link
Owner

bogdal commented Mar 1, 2015

Hi @mevinbabuc. django-gcm supports bulk push, but it looks like we don't have this in the documentation yet. The easiest way is to use send_message method of the device queryset. E.g:

Device.objects.all().send_message('my message')

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants