Give me some awesome Web2py Tip & Tricks that make you more productive.

I work with web2py following his official web2py book and learned too many things. But the book never teaches productive work. I would like to know what kind of workflow you are using to increase productivity and understanding the structure as a whole.

Example: I often use the Web2py interactive shell to work with database objects and understand how they work.

+7
python workflow web2py
source share
1 answer

I use Komodo Edit for development and Google App Engine for hosting.

To better understand web2py, browse the files in gluon / - for example, tools.py is pretty simple.

+3
source share

All Articles