instead of this: response.view = 'controller/function.html'
Why you cant do this? response.view = URL(a = 'application', c = 'views', f = 'controller', args = 'function.html')
instead of this: response.view = 'controller/function.html'
Why you cant do this? response.view = URL(a = 'application', c = 'views', f = 'controller', args = 'function.html')