Soham Navadiya
Soham Navadiya
I am getting below error stack for iOS push notification. android application is working fine. Django version: 1.9.12 django-push-notifications: 1.2.1 ``` Traceback (most recent call last): File "/home/ubuntu/rest_api/venv/local/lib/python2.7/site-packages/celery/app/trace.py", line 240,...
first message is succeed but further messages throw this exception: ``` 2018-08-09 15:25:32,937 - WARNING - server - Application instance for connection took too long to shut down and was...
This pull request contains code for print the test case detail with its status. You will see the output with each test case instead of test case group.
I want to use token into header, but It should be dynamic means I am getting token in the response of login API and I am storing into variable. I...