Re: Placing urlpatterns inside view files

2006-02-03 Thread Siah
Thanks Adrian. My main concern was with speed, and I'm glad that's not the case. Regards, Sia

Re: Placing urlpatterns inside view files

2006-02-03 Thread Adrian Holovaty
On 2/3/06, Siah <[EMAIL PROTECTED]> wrote: > I have lots of views. So, I separated them into sections. I want to > package them together with the views they are associated with. Is it > incorrect design decision to place my URLs in the same file as my View? > Does it make it any slower? What about

Placing urlpatterns inside view files

2006-02-03 Thread Siah
Hi, I have lots of views. So, I separated them into sections. I want to package them together with the views they are associated with. Is it incorrect design decision to place my URLs in the same file as my View? Does it make it any slower? What about my manipulators + views + URL in the same fil