bobozar
bobozar
@arneb, I tried this.. but it's not working fine. When I check my inbox [/messages/inbox] as the sender, no message will show up. But when I check as the receiver,...
@arneb Thanks! Now working. I did this. `messageo = Message.objects.filter(Q(sender=request.user) | Q(recipient=request.user)).filter(parent_msg__isnull=True) ` So far, it's working fine. Another issue I have is how to make 1. a message that...
Checked it.. didn't get that part. I want my response to be ``` api_response = {'token':'hdhdhd', 'name':'myname'} response = {200, api_response} ``` I just want to be able to pass...
Can we get an example of what you did or give us more insight?
Thanks for the reply. If I get your point, after generating the key, I should create a js file with the code on the readme section and replace with my...
Thanks for the reply. I generated the code and place it in the js file.. insert it in my html page and I load the page, nothing like registration_id was...
No, I didn't get any.
Ohh.. I'm not on SSL.