Re: delegating our static file serving

2016-12-20 Thread Guilherme Leal
ver the problem has been finding the time. I've been hoping to make > some progress on this over the Christmas period, but we'll see what happens! > > > On Tuesday, 20 December 2016 21:42:55 UTC, Guilherme Leal wrote: > > I'm willing to cooperate on this one. Any

Re: delegating our static file serving

2016-12-20 Thread Guilherme Leal
I'm willing to cooperate on this one. Anyone is working on this and need help? -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: delegating our static file serving

2015-12-31 Thread Guilherme Leal
>>Anything that improves the development experience for tiny sites gets >>a big +1 from me. As a solo developer that usualy deploy a diferent application every 3 weeks or so, cant agree more. Big +1 for me too. -- You received this message because you are subscribed to the Google Groups "Djang

Re: A general way to batch SQL queries in Django

2015-03-01 Thread Guilherme Leal
I don't think your problem is related to Django at all, but with the way that SQL work instead. There's no sense in batch a query that return values from your DB (unless you're doing 1 query per connection, witch is a stupid thing to do IMO). Em sex, 27 de fev de 2015 às 11:18, Ram Rachum escreve