Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Give me some awesome Web2py Tip & Tricks which makes you more productive

I have been working with web2py following its official web2py book and got to learn too many things. But a book never teaches a productive workflow. I would like to know what workflow you people use to increase you productivity and understanding of the framework as a whole.

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

like image 853
Shiv Deepak Avatar asked Nov 28 '10 13:11

Shiv Deepak


1 Answers

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

To better understand web2py have a look at the files in gluon/ - for example tools.py is fairly straightforward.

like image 125
hoju Avatar answered Nov 16 '22 09:11

hoju