bobozar
bobozar
Messages in the inbox with the same subject keeps showing up more than once depending on the number of times a sender and the recipient receives messages. I want a...
I don't understand why I need to pass a serializer to a response variable. `response = {201: MYSERIALIZER}` In my own case, I want to pass data that are not...
I'm having a hard time in making this cool package work! I followed the docs and when I load my site, it will just be showing 'loading'. nothing more. vid.html...
Can I get a proper documentation on how to use ajax or javascript to follow and unfollow objects then return - 'unfollow' if I follow and 'Follow' if I unfollow....
Just a quick one. Can django-notifications be used for push notifications on mobile devices?
I've searched google for this but no success. How can I get a dummy registration_id for Android to test with django-push-notifications? I'm not a mobile developer, just want to use...
I'm still on Python 2.7 and I'm on Celery 3.2.1 . Everything work fine in local server. When I move to the production server, supervisord is throwing 'spawn error '...
Why can't I create multiple coin addresses for different customers? Why just one address for all customers? Is this not a blunder? Even the tenet of blockchain doesn't support this....
From the API, the frontend will send me, start_date, end_date and time with each having a datetime obj. The interval should be rrule text. example, FREQ=DAILY;INTERVAL=2;COUNT=4 . Now, how do...