Re: How do I monitor views.py running

2016-02-02 Thread Liu Duan
. 在 2016年2月2日星期二 UTC-6下午12:43:46,James Schneider写道: > > On Tue, Feb 2, 2016 at 9:52 AM, Liu Duan > > wrote: > >> If I insert a line in views.py like: >> >> Print “Hello world.” >> >> Is there a way I can see the result? >> >

Re: How do I monitor views.py running

2016-02-02 Thread James Schneider
On Tue, Feb 2, 2016 at 9:52 AM, Liu Duan wrote: > If I insert a line in views.py like: > > Print “Hello world.” > > Is there a way I can see the result? > > > In other words, how do I monitor views.py running? > > > The preferre

How do I monitor views.py running

2016-02-02 Thread Liu Duan
If I insert a line in views.py like: Print “Hello world.” Is there a way I can see the result? In other words, how do I monitor views.py running? Thank you. -- You received this message because you are subscribed to the Google Groups "Django users"