-
Defect ID: DF_FCM_01
Test Case: Check Send button works as expected entering quantity and address
Steps to reproduce:
1. Successful login into Testocp.freedomcoop.eu
2. Succesfully enter in Fai…
-
Defect ID: DF_FCM_02
Test Case: Check send button entering valid quantity and ocp user
Steps to reproduce:
1. Successful login into Testocp.freedomcoop.eu
2. Succesfully enter in Faircoin accou…
-
Defect ID DF_FCM_07.
Test case: Check the Account History link works properly. Result: It shows an error when click on the link:
https://testocp.freedomcoop.eu/faircoin/faircoin-history/170/
Type…
-
what could be the reason?
ghost updated
5 years ago
-
I use Python3, and start the web server this way:
$ python3 -m http.server 8001
and as a result see this (both browsers (firefox and safari)):
If I open the application within Djang…
-
Our Heroku-deployed Python server (Django 1.11.17) uses Celery 4.2.1 with a Redis 3.0.1 broker.
The Celery tasks we have (all `@shared_task`s, as is typical for Django) should definitely have compl…
-
After raising https://github.com/yunity/karrot-docker/issues/4, I moved onto setup a local non-docker setup for the backend. I then ran into an issue related to missing tempaltes (although I can see t…
-
@evollu
We are using fcm-django library to construct a push notifications. The following is our code to generate our notif from the django app
```
...send_message(
'type': 'dispatch_notificat…
-
hi
how can i store user token (firebase token) to database that each mobile user get from firebase ?
like this :
request token and allow firebase to send notifications to your browser (device)
-
When I try to get push messaging to clients working I get the following error produced by OpenSSL probably.
```
Traceback (most recent call last):
File "manage.py", line 22, in
execute_from…