On Tuesday, January 20, 2015 at 5:18:23 AM UTC-8, Y wrote: > > Hello > > What are the usual steps for designing a web2py application? >
Step 1: Ask "what is the site going to show?" Does that fit onto one page or several? What sort of data is involved? Who can see it? Who can change it? What kind of changes can happen? For one of my personal sites, these answers came pretty easy. They also changed; originally, I just wanted 1 page, but as I got it going and put the data in the table, I had a couple of "oh, wouldn't it be nice to ..." moments. But so far, all 3 pages are each just a few lines of code. Web2py makes doing small functions easy. /dps -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

