Re: jQuery.tmpl() and Django

2011-05-27 Thread Sean Brant
2011/5/27 Gábor Farkas : > On Fri, May 27, 2011 at 7:04 AM, Sean O'Connor wrote: >> A better approach would for Django to provide some tools and documentation >> to help people work around the conflict.  One easy solution would be to >> provide a verbatim tag like what ericflo wrote >> at https://

Re: jQuery.tmpl() and Django

2011-05-27 Thread Gábor Farkas
On Fri, May 27, 2011 at 7:04 AM, Sean O'Connor wrote: > A better approach would for Django to provide some tools and documentation > to help people work around the conflict.  One easy solution would be to > provide a verbatim tag like what ericflo wrote > at https://gist.github.com/629508.  Anothe

Re: Django and the new EU anti-cookie law

2011-05-27 Thread Luke Plant
On 27/05/11 14:18, Hanne Moa wrote: > "From 26th May 2011 websites in the UK need to ask for permission > before they can set cookies not required for ‘essential’ means" > > http://blog.silktide.com/2011/05/cookie-law-makes-most-uk-websites-illegal-what-you-need-to-know/ > > What cookies in Djang

Re: Django and the new EU anti-cookie law

2011-05-27 Thread Carl Meyer
On 05/27/2011 08:18 AM, Hanne Moa wrote: > "From 26th May 2011 websites in the UK need to ask for permission > before they can set cookies not required for ‘essential’ means" > > http://blog.silktide.com/2011/05/cookie-law-makes-most-uk-websites-illegal-what-you-need-to-know/ > > What cookies in

Django and the new EU anti-cookie law

2011-05-27 Thread Hanne Moa
"From 26th May 2011 websites in the UK need to ask for permission before they can set cookies not required for ‘essential’ means" http://blog.silktide.com/2011/05/cookie-law-makes-most-uk-websites-illegal-what-you-need-to-know/ What cookies in Django are "essential"? When not logged in I see that

Re: jQuery.tmpl() and Django

2011-05-27 Thread Eric Florenzano
On May 26, 11:59 pm, Jonathan Slenders wrote: > +1 for the verbatim tag. I think this is something that we need in > Django by default. > > But I think that ericflo his implementation is not truly verbatim. I > mean, that it will probably drop whitespace between "{%" and the tag > names. It may no

Re: jQuery.tmpl() and Django

2011-05-27 Thread Jonathan Slenders
At project level is impossible, because you don't know for sure which templates belong to which project. But it should be possible to define the markup syntax for a directory of templates. Embedded in the template is tricky, that's a chicken and egg problem. The language should be known, before we

Re: jQuery.tmpl() and Django

2011-05-27 Thread Michael Blume
Would it be possible to customize the markup Django uses for template compilation, either at the project level, at compile-time, or embedded in the template itself? -Mike On Thu, May 26, 2011 at 11:59 PM, Jonathan Slenders < jonathan.slend...@gmail.com> wrote: > +1 for the verbatim tag. I think