On Mon, Aug 30, 2010 at 7:31 PM, gabriele <gabriele.fant...@gmail.com>wrote:
> At first let me say that I really appreciate your reply! Thanks. > > On Aug 30, 6:48 pm, Tim <tonightslasts...@gmail.com> wrote: > > Alex briefly mentioned the design decision of the template system, but > > I think it'd be good to emphasize his point-- Django was designed to > > have various layers, such as the urls, the views, the templates, etc. > > If you think about it, different people within a large project could > > actually be in charge of different layers, free to change certain > > things without breaking the other layers. If the templates make > > proper use of the {% url %} templatetag, a urls designer can make > > small changes the URL structure without breaking the site at all. > > Yes, I understand that. I've just sent you what I did just because I > think it's > interesting and if you had found it interesting too you could include > (the way > was completely in your hands) in the project. I thought issues related > to > backward compatibility and "python syntax for non python programmers" > could > be solved quite easily. > > What I'm trying to say is that my sending you the template engine I > developed > was something like "Hey guys, I did this, are you interested?", in a > full open > source philosophy. > I'm using it currently in my sites and I think it's very easy, > powerful and > quick to develop, and no one of the template engines (Tornado, ...) > use this > algorithm, so I'll sure keep using my django patched version. > > Thanks, > Gabriele Gabriele; Will you post your code on a site like BitBucket or GitHub? While it might not be accepted into Django proper, another template engine is always a good exercise for everyone to take a look at. It also sounds like you found some possible Django bugs, which would be nice to get those filed for the maintainers, either you can file tickets or if you post the code, the community can. Thanks, Michael -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.