On Friday, November 20, 2015 at 1:25:37 PM UTC-5, pbreit wrote: > > Hey, Anthony. It's me from several years ago. You're still going at it > strong! Thanks. >
Welcome back. > If I had to rant, I would say that the "out of the box" experience could > use some improvement. For pretty much all my projects I'd like to start > with something rather plain but good looking. I don't want my first step to > be to have to pull out a bunch of cruft. > I suppose there could be an option for a very minimal scaffolding app. For now, if you just want to start from scratch, you can simply create your own empty app folder and fill it in with whatever you want (if you create a new folder in /applications and make a single request to it, web2py will automatically create all the empty subfolders inside). Start with any HTML template and modify it to create a layout.html. You should only really need to include web2py_ajax.html as well as web2py.js (and optionally those extra couple Bootstrap files). If you want to re-use the same simple scaffold over and over, it should be easy enough to just create copies of it. As Richard suggests, you could even use it to create your own welcome.w2p file inside the /web2py folder, in which case, Admin will use it to create new apps as well. Anthony -- 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.

