Mirza Delic

Results 16 issues of Mirza Delic

I need on save to send message: ``` python def post_save(self, obj, created=False): // send message to channel 'test' ``` Can't do with `socket.emit` doesn't know from where to import...

Hi, i register with `reg_id` and `dev_id`, and then call gcm register on my server, i get message `SUCCESS`, but: ``` status code: 500 ``` and then GCM doesn't work.....

I have problem, gcm is sending 4 messages when rest save object. Does anyone else had this problem?

Do you plan to add support for google adsense codes?

When i use notification, then POST json request, then again notification, the second one doesn't apear..

Hi, i have aliases for thumbnail, and now i need to use subject location with them, how can i do that? ``` THUMBNAIL_ALIASES = { '': { 'cover': {'size': (966,...

I am getting this, but height is not full: ![simulator screen shot may 16 2016 13 38 42](https://cloud.githubusercontent.com/assets/1878794/15288512/c4308c2e-1b6b-11e6-8f74-38847d59d71c.png) This is my setup: ![screen shot 2016-05-16 at 13 41 06](https://cloud.githubusercontent.com/assets/1878794/15288527/e0bc2862-1b6b-11e6-92d9-5c9e5b023099.png) On...

help wanted
possible bug

Hi, i use default demo with 2 links, and alert, now i included hash and title plugin. and my code is: ``` javascript Davis.extend(Davis.hashRouting({ prefix: "!"})); var app = Davis(function...

When use modeltranslation, with `name` field translatable, and when use admin.py: ``` python class MyCateogryAdmin(CategoryAdmin, TranslationAdmin): pass admin.site.unregister(Category) admin.site.register(Category, MyCateogryAdmin) ``` Line: ``` python /django-categories/categories/admin.py in clean_alternate_title, line 38 ```...