django-gcm
django-gcm copied to clipboard
Google Cloud Messaging Server in Django
Setting environment variables HTTP_PROXY is not appropriate. Why is not provided in the advanced settings?
Hi, I am using this function to push messages to my devices and I've got some problems. The first 20 messages are received instantly but after 20, there is delays...
The requests provided in the documentation won't work when adding user field to device. Instead of: `curl -X POST -H "Content-Type: application/json" -d '{"dev_id": "test", "reg_id":"abcd", "name":"test device"}' http://localhost:8000/gcm/v1/device/register/` it...
Hey, I am trying the 1.2.0 tag, to send the comment python manage.py gcm_messenger 1 'my test message' which result in a escalation of errors, and I don't see the...
Above error while sending message to client. Any leads?
I have a problem with extending the model, when I try to `python manage.py makemigrations gcm`, the console tells me there is no changes and I cannot `migrate` anything.
Stable version of `django-rest-framework` supports Django 1.9 #41.
Hi, do you have any plans to integrate XMMP and some API for upstream messages?
One functionality that is not currently supported by django-gcm is support for device groups. This would allow multiple devices to be registered on one notification key. Is this something that...