While developing include this in any of your models (i. e in /models/0.py) from gluon.custom_import import track_changes; track_changes(True)
This for your changes in modules get reflected without the need to restart web2py server. (does not works very well under MS windows)

