-
https://github.com/xtrinch/fcm-django
in readme, it is
`device.send_message(title="Title", body="Message", icon=..., data_message={"test": "test"})`
https://github.com/xtrinch/fcm-django/blob/master…
-
When I define custom Device model in my settings, the Default device model is registered in the admin, may be should use a _swappable_ parameter in metaclass, like a User model in django
``` python
c…
-
- [ ] ~~PostgreSQL for Django (migrate existing data on alpha)~~ (postponed for now)
- [x] Replace django dev server with gunicorn / waitress
- [x] Maybe replace node.js with nginx for static deploym…
-
Extend the drop server that he can send Drop Messages via push notifications to a client.
jmt85 updated
8 years ago
-
If the user is logged in and user path and token headers exists, then there are some "HTTP Error 400: Bad Request" responses. Check mailing list thread "[pcompass-wp3] stage server" from 21/10/2015 fo…
-
(env)ri@ri-desktop:~/workspace/fcms/feincms/example$ python manage.py syncdb
Traceback (most recent call last):
File "manage.py", line 12, in
execute_from_command_line(sys.argv)
File "/home/r…