-
```
Traceback (most recent call last):
File "/home/--/--/--/.py", line 182, in send_push_to_user
device.send_message(title, content)
AttributeError: 'NoneType' object has no attribute 'send_…
-
Sending push notification to iOS has been successful. But I get this error when sending test message to Android.
The error seems to be happening in `gcm.py`.
**settings.py**
```python
PUSH_NOT…
-
-
I am working on the push notifications for my web project. I am able to receive notifications properly when the window is in focus (via onmessage) but on handling when the window is not in focus, I am…
-
Upon applying migration, I get the message:
`CommandError: Conflicting migrations detected; multiple leaf nodes in the migration graph: (0003_auto_20170502_0353, 0003_auto_20170313_1314 in fcm_django…
-
I'm having an issue with send_message. In https://github.com/xtrinch/fcm-django/blob/master/fcm_django/models.py#L55 , a return value from FCM is changed I guess.
```
Internal Server Error: /admin…
-
followed the steps, e,g,
```
INSTALLED_APPS = (
...
"fcm_django"
)
FCM_DJANGO_SETTINGS = {
"FCM_SERVER_KEY": "[your api key]"
}
```
migrated and added one device in the tab…
-
This package seems to have a common base, but it is also more up-to-date?
Especially the use of FCM makes it easier to integrate for both Android an iOS I think?
Just curious as I'm planning to …
-
Hi @xtrinch ,
When we run migrations, it shows
```
Running migrations:
Applying fcm_django.0003_auto_20170313_1314... OK
```
Looking into the table- django_migrations, it shows that only th…
-
pip install fem-django
fem-django package migrate folder not include 0003_auto_20170313_1314.py
my error message
raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
djang…