Re: Decoupling the ORM

2015-12-16 Thread Ola Sitarska
I'm definitely not going to be more helpful than Anssi, but feel free to take a look on Djangae , a Django database backend for non-relational datastore on Google App Engine. We've also got a chat and a mailing list if you wanna have a chat with us. Here ar

Re: MOSS Award to Django

2015-12-16 Thread Andrew Godwin
Channels is indeed a replacement for Celery if you're OK with not having delays, retry, or the other advanced options Celery has - Channels just requires an event to respond to, and this can be triggered by the user during a view much like a Celery task. But yes, channels deliberately has an at-mo

Re: MOSS Award to Django

2015-12-16 Thread Markus Holtermann
On December 16, 2015 6:01:58 PM GMT+10:30, Shai Berger wrote: >On Wednesday 16 December 2015 08:08:59 Markus Holtermann wrote: >> From my point of view the major non-functional difference is the >> interaction with a client in *some way*. While a celery task runs >without >> any form of client,

Contribution towards the project

2015-12-16 Thread Yash Sharan
Hello my name is yash sharan. I am a first year student from BITS Pilani Kk Birla Goa Campus, India. I have basic knowledge about python. In what ways can I enhance my current skills so that I may be Able to contribute towards your project in Gsoc 2016. -- You received this message because yo

Re: MOSS Award to Django

2015-12-16 Thread Andrew Godwin
On Wed, Dec 16, 2015 at 9:52 AM, Markus Holtermann wrote: > > >If I get it right -- Curtis' description is spot-on; some tasks will > >still > >need Celery, Channels will take care of many others. > > For me it's more a question of "is a client directly involved". > I don't agree; I think it's m

Re: MOSS Award to Django

2015-12-16 Thread Javier Guerra Giraldez
On Wed, Dec 16, 2015 at 6:22 AM, Andrew Godwin wrote: > > > On Wed, Dec 16, 2015 at 9:52 AM, Markus Holtermann > wrote: >> >> >> >If I get it right -- Curtis' description is spot-on; some tasks will >> >still >> >need Celery, Channels will take care of many others. >> >> For me it's more a questi

Re: Decoupling the ORM

2015-12-16 Thread Samuel Bishop
After many years idly wanting the feature, and having looked at the existing "state of the art" when it came to Django and alternative Databases, it was Djangae that convinced me that this is doable and got me "over the ditch" to where I now stand, Djangae on one side of me as proof, a working