Re: Django application template

2012-08-05 Thread Nickolas Grigoriadis
I specifically mean to not overwhelm with multitudes of default apps. For example not doing something like changing the templating engine by default, and therefore many django applications need to be ported. So, it is more fighting the impulse to add everything cool :P I have had many thoughts a

Re: Django application template

2012-08-05 Thread Melvyn Sopacua
On 5-8-2012 20:11, Nickolas Grigoriadis wrote: >- Make it easy to add applications I see this come up regularly, but fail to understand what is hard about it. You add one line in the settings file and either it's an external application which gets installed in the python path or it's homegrow