Re: Why do the IDs in many to many join tables change when there is no change.

2015-01-19 Thread jonas hagstedt
First off: this sounds like a bug, please log an issue on Github with as much info as possible (router, serializer and model etc. if you can) I would recommend not using `SelfPublishModel` in this scenario, instead publish the event manually. If you do it manually you lose out on having it publi

Re: Swampdragon, the realtime framework for Django seems interesting. But will it scale ?

2014-12-17 Thread jonas hagstedt
You are right about pep8, there were two pep8 violations in there (fixed that after reading this). * There is a CI setup with Codeship. After reading this I made the badge available on Github (good point). * It is deeply integrated with Django by design. * I am reviewing the JavaScript, but i

Re: Swampdragon, the realtime framework for Django seems interesting. But will it scale ?

2014-12-17 Thread jonas hagstedt
to focus > on the positives more than the negatives. > > Cal > > On Wed, Dec 17, 2014 at 1:33 PM, jonas hagstedt > wrote: >> >> You are right about pep8, there were two pep8 violations in there (fixed >> that after reading this). >> >> * There i

Re: Need some advice on how to go about building a real time web app.

2015-01-02 Thread jonas hagstedt
Personally I don't use any library between Angular and Django (so I don't know about django-angular). I create specific templates for Angular so I don't have to change the {{ and }] syntax (you can also use the {% verbatim %} tag in your templates if you don't want to create individual template

Re: Need some advice on how to go about building a real time web app.

2015-01-03 Thread jonas hagstedt
Yes I am the author of that article. Libraries does make life easier, as long as they are the right libraries for the job. If you are unfamiliar with Angular I would actually recommend not using it. * Angular 2.0 is supposedly not going to be backwards compatible (it actually looks like a tot