On Thu, Jul 1, 2010 at 10:58 AM, Alexander Jeliuc
<jeliucalexa...@gmail.com>wrote:

> Default template engine is very nice... and more than enough.
>
>
> On Thu, Jul 1, 2010 at 8:22 AM, Kenneth Gonsalves <law...@au-kbc.org>wrote:
>
>> On Wednesday 30 June 2010 21:04:25 AllenDang wrote:
>> > I'm new to django, it's amazing! But after I did some research from
>> > google, I found out that some people say that the default template
>> > engine of django is not that good to use, they recommend Mako as a
>> > replacement.
>>
>> it is not wise to listen to people - the default template engine is great
>> in
>> django and most people use it - however there is no harm in using the
>> engine
>> of your choice
>> >
>> > So I'm wondering if I should start learning and using Mako from
>> > beginning?
>> >
>> > Frankly, it's hard for me to judge. In one hand, I think it's better
>> > to use the default components to understand the design philosophy
>> > behind. In another hand, I also think to use a commonly recommended
>> > replacement may lead me to a straight forward way to archive the goal.
>> >
>> > And the same concern also happened for the data model component.
>> > Should I use SQLAchemy from beginning?
>> >
>>
>> again the django ORM is used by most people - but again it is your choice.
>>
>> --
>> Regards
>> Kenneth Gonsalves
>> Senior Associate
>> NRC-FOSS at AU-KBC
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django-us...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>>
Default Templating stuff in Django can be extended very easily writing
simple Python code

Even the ORM can be extended by writing SQL though it defeats the purpose
sometimes. 99% of time, you don't need to write any SQL if you are on the
latest trunk

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to