Re: jQuery.tmpl() and Django

2011-05-28 Thread Tiago Boldt Sousa
Hi, I've using this in Django. I've just substituted {{ }} for [[ ]] in my jquery templates and created a list of all the template ids I have. Then, on document ready, I do: for (var i in templates){ var newtext = $(templates[i]).text().replace(/\[\[/g, "{{").replace(/\]\]/g, "}}"); $

PhD ideas

2011-05-28 Thread Tiago Boldt Sousa
Hi, I'm now currently finishing my MsC [1] and am thinking about enrolling into the PhD program. I was wondering if any of you would like to suggest me some research topic that could benefit the scientific community, that might also result as a potential improvement for Django. I love everything