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 ?
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 ?