Your Ad Here

Monday, January 9, 2012

Re: Directory layout for a large Django application (not project)

On Mon, Jan 9, 2012 at 3:11 PM, Peter Portante
<peter.a.portante@gmail.com> wrote:
> Sounds like advice from the Department of the Redundancy Department. ;) I
> have always wondered why Django needs to rely on the directory hierarchy for
> name spacing templates.
>

Pros:

1) It's explicit - explicit is better than implicit
2) There is no magic - magic hides what is really happening and confuses people

Cons:

1) You have to repeat yourself a bit
1) You have to repeat yourself a bit

Cheers

Tom

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

0 comments:

Post a Comment