Re: django calls several views at once.

2009-03-23 Thread igor.potapenko
. My brower try request /favicon.ico and second view's called in same time. Sorry to trouble you =) On 23 мар, 01:42, Malcolm Tredinnick wrote: > On Sat, 2009-03-21 at 23:18 -0700, igor.potapenko wrote: > > Is it normal behavior? > > In example below, I try to call myapp2.view

[urls bug?] django calls several views at once.

2009-03-22 Thread igor.potapenko
Is it normal behavior? In example below, I try to call myapp2.view.cat2_view through "/a/" url-path. It's calling, however another views myapp1.view.cat1_viewis also calling with it at same time. F:\igor\apps\devel\django\temp>django-admin.py startproject myproj F:\igor\apps\devel\djang