Hi Abtin, You can also have a look at this to see how I'm organizing the files: http://github.com/alexksikes/webpyapp
Basically I'm using the same organization as Ruby on Rails. For complete open source webpy projects, have a look at: Google Modules: http://www.googlemodules.com http://github.com/alexksikes/googlemodules Wikitrivia: http://www.wikitrivia.net http://github.com/alexksikes/wikitrivia MLSS Admin: http://mlss.ksikes.net/ http://github.com/alexksikes/mlss Cheers, Alex On Aug 4, 9:04 pm, Abtin Forouzandeh <[email protected]> wrote: > > Calling it webpytemplate is confusing. It looks as if it is something > > to do with web.py templating. How about calling it something else like > > webpy-skeleton etc? > > Agreed. I've renamed it and the new repo location > ishttp://github.com/abtinf/webpy-skeleton. > > > Sessions are considered bad. See the conversion about it started by > > Aaron Swartz. > > >http://groups.google.com/group/webpy/browse_thread/thread/2870837302e... > > Interesting thread, though I do not find it convincing in terms of > whether or not to use session. Certainly, Aaron has a point that > creating stateful apps on top of http is misguided. But that doesn't > really have anything to do with Session - one could just as easily > misuse cookies. I guess I don't believe in trying to protect > programmers against themselves. > > Abtin -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
