Closed snijsure closed 11 years ago
Hi @snijsure
Django-gcm
hasn't migrations, so command python manage.py syncdb
is enought.
On the Google APIs Console page you have to generate key for server apps.
Variable API_URL
in Pager
application, should contain direct url to your django application e.g: https://yourdjangoapplication.com/gcm/v1/device/
cheers
Thanks a lot that helps a lot and works perfectly. Should I update the README file and send you a pull request? If you wish to update to README file with above description that would be fine too.
Please let me know.
Regards.
@snijsure I added docs for this project (develop branch). If you want to update it, feel free to send a pull request. Documentation is available on readthedocs.
There are few documentation issues/hurdle to get things working:
python manage.py syncdb python manage.py migrate
But not clear what should value of API_URL should be?
static public String API_URL = "/gcm/v1/device/";
If someone can show me how to get this working, I will be more than happy to update documentation.
-Subodh