Any interest in adding a short form for template comments?

2011-05-14 Thread br
Pretty new to django. While {% comment %} {% endcomment %} isn't that cumbersome, its cumbersome enough compared to that I find myself using html comments more often than I should (given that these comments will end up in my output), largely because i'm too lazy to type out the full django

Re: Default project layout / directory structure

2011-03-16 Thread br
I am not currently involved in Django Development, but as someone new to Django I can endorse increased standardization & documentation in the area of project management & structuring. I have struggled to figure out the right set up for our project(s). I have also tried to grapple with coupling