-
Notifications
You must be signed in to change notification settings - Fork 42
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
Documentation #7
Comments
Hi @snijsure 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
I got what one needs to set GCM_SENDER project number from google app server.
But not clear what should value of API_URL should be?
static public String API_URL = "<url_to_your_application>/gcm/v1/device/";
If someone can show me how to get this working, I will be more than happy to update documentation.
-Subodh
The text was updated successfully, but these errors were encountered: