>From the documentation in the web2py book it seems like the standard way of 
including custom js is to place the code within the view files themselves. 
But I'd rather put all of my js in the static/js folder. In this case, do I 
need to link to each file in the header (or footer) of layout.py or is there 
a programmatic way of automatically including any files I place in that 
static/js folder?

Thanks,

Ian

Reply via email to