Adam Bogdał
Adam Bogdał
Not yet, but I have this on the list. PR are very welcome.
@aks75ska It looks like this is related with `certifi`. More information can be found here https://github.com/certifi/python-certifi/issues/26.
@firelight22 Do you have the variable [GCM_DEVICE_MODEL](https://django-gcm.readthedocs.org/en/latest/extending_device.html#use-your-model) in your settings file?
In your case, you should create a new migration for `WS` application: `python manage.py makemigrations WS`
Not yet, but we should definitely use the `DRF` package.
@Northshoot I plan to integrate XMPP at a later date, but can't promise anything.
@salberin Check [this](https://django-gcm.readthedocs.org/en/latest/sending_messages.html#topic-messaging) out. `Topic messaging` allows to register multiple devices to a single topic.
@salberin You can [extend the `Device` model](https://django-gcm.readthedocs.org/en/latest/extending_device.html#extending-device-model) and add e.g. foreign key to the group.
Hi @aliasav. `django-gcm` reads data from the [request.body](https://github.com/bogdal/django-gcm/blob/develop/gcm/resources.py#L47) attribute. Do you have the same error using `curl`? ``` curl -X POST -H "Content-Type: application/json" -d '{"dev_id": "test", "reg_id":"test", "name":"Test"}' http://192.168.0.103:8000/gcm/v1/device/register/...
Hi @ayyaj. Could you paste your stacktrace?