Overview of features
Home
Read this first
About
web2py is 100% free
Download
Start learning web2py today
Documentation
Authors and contributors
Staff
Affiliated companies
Support
Edit page
Title:
Security Code:
Body:
(use
this
wiki markup)
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]