gae-python-gcm icon indicating copy to clipboard operation
gae-python-gcm copied to clipboard

Python-based Google Cloud Messaging backend for App Engine.

Results 5 gae-python-gcm issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for this module, it's working great for me. I think it would be very useful (at least it is for me), to be able to specify callbacks for...

This script is generating a 404 bad request when trying to access /gae_python_gcm/send_request. I'm not using django. What do I have to change to route that request appropriately?

Any reason gcm.py opts for django's cache module instead of using GAE's memcache one? I don't use django and had to edit gcm.py to replace cache with memcache. Thanks for...