gae-python-gcm
gae-python-gcm copied to clipboard
Python-based Google Cloud Messaging backend for App Engine.
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...