Some of the information here may be outdated, please check the book instead
[edit]

Every application folder has a modules subfolder. You can place python modules in there. You can access them from models/views/controllers with

import applications.[youapp].modules.[yourmodule] as [yourmodule]
© 2008-2010 by Massimo Di Pierro - All rights reserved - Powered by web2py - design derived from a theme by the earlybird
The content of this book is released under the Artistic License 2.0 - Modified content cannot be reproduced.