7

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.

Shiv Deepak
  • 3,122
  • 5
  • 34
  • 49
  • 2
    +1 for the web2py interactive shell. It's especially good when used with the `-M` switch to auto-load the model files. – mwolfe02 Jan 07 '11 at 01:41
  • I found this posting, looking for how to work with Web2py interactively. The -M was the secret ingredient... ./web2py.py -M -S AppName – Nathan Hartley Oct 25 '11 at 03:41

1 Answers1

3

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.

hoju
  • 28,392
  • 37
  • 134
  • 178