Fernando Vicente
peuchele at hotmail.com
Sat Sep 12 17:09:57 EDT 2009
Hi list, This e-mail is just to tell that I finally choose the framework that Geert recommended: django It is pretty easy to learn and has a good documentation. Template system is also good. Regarding sessions, they are a little bit different, for example you don't need to lock/unlock or even save(), which is also nice. I think that Pylons is also probably good, but my first impression was like 'this is too much for what I needed'. I guess this is what happens when you come from a background were you are used to do what you need 'by hand'. Thanks for your suggestions! From: geert at nznl.com To: peuchele at hotmail.com Subject: Re: [mod_python] Moving from mod_python to mod_wsgi -- what framework? again Date: Fri, 4 Sep 2009 22:19:06 +0200 Django? http://www.djangoproject.com/ Geert On Sep 4, 2009, at 5:14 PM, Fernando Vicente wrote:Sorry Dave, seems like my combination of Ubuntu+Firefox+Hotmail is resulting in e-mails being lost in the hyperspace :P Now, writting from Windows+IE :o --- this was my original e-mail: I have a very small mod_python project, and I want to move it to mod_wsgi. What I need is something simple to handle the sessions (like mod_python's Session() object) and don't really care about having to use another template engine than PSP. I would like to know which framework do you guys use/recommend for this situation? I tried Pylons but after two days and a dissapointing "hello world" containing more than 40 files, I concluded that is not what I want... anyways, any suggestion? Best regards, Fernando > From: dave at davebritton.com > To: peuchele at hotmail.com > Subject: Re: [mod_python] Moving from mod_python to mod_wsgi -- what framework? again > Date: Fri, 4 Sep 2009 09:23:42 -0400 > > ? What are you asking? There is no body content in your email. > - e.g. what is your mod_python app like, that you want to convert? > - what are the most important considerations for you in this process (e.g. > speed, ease, flexibility, performance, etc.) > > ----- Original Message ----- > From: "Fernando Vicente" <peuchele at hotmail.com> > To: "mod_python" <mod_python at modpython.org> > Sent: Friday, September 04, 2009 9:11 AM > Subject: [mod_python] Moving from mod_python to mod_wsgi -- what framework? > again > > > > > > > > _______________________________________________ > > Mod_python mailing list > > Mod_python! @modpython.org > > http://mailman.modpython.org/mailman/listinfo/mod_python > _______________________________________________ Mod_python mailing list Mod_python at modpython.org http://mailman.modpython.org/mailman/listinfo/mod_python -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20090912/552b7f78/attachment.html
|