I model can stop the control flow of execution with raise HTTP(....)
not with return On Saturday, 9 June 2012 19:46:13 UTC-5, Niphlod wrote: > > yes, I meant models > > do you mean something like > > models/00.py > > with in that > > def servstatic(): > ....... > return response.stream(file) > > ? > > so, having a model "return" will skip all models and controller/function > execution ? >

