Re: [Tutor] Recommend a MVC framework

2010-11-14 Thread Tim Johnson
* Tim Johnson [101114 11:45]: > > One restriction: must *not* need an application server, I.E. works > thru Apache and is adaptable to a shared server. > thanks for all of who responded. I should clarify: I have been considering django as a first choice for most of the deployment environments I

Re: [Tutor] Recommend a MVC framework

2010-11-14 Thread Evert Rol
>> Django can run be run through mod_wsgi (or mod_python if you >> really want). And other web servers than Apache will also work. > >> Don't know what you mean with "shared server", but if you mean >> multiple accounts running their web apps through one Apache >> server, that can work (provided

Re: [Tutor] Recommend a MVC framework

2010-11-14 Thread Tim Johnson
* Evert Rol [101114 12:12]: > Django can run be run through mod_wsgi (or mod_python if you > really want). And other web servers than Apache will also work. > Don't know what you mean with "shared server", but if you mean > multiple accounts running their web apps through one Apache > server, t

Re: [Tutor] Recommend a MVC framework

2010-11-14 Thread Tim Johnson
* Alan Gauld [101114 13:12]: > Not quite sure how you defione your terms there. > But all of the above can be used with Apache. Hi Alan. See my reply to Evert where I refer to situations where I would have neither SSH nor root access. thanks -- Tim tim at johnsons-web.com or akwebsoft.com

Re: [Tutor] Recommend a MVC framework

2010-11-14 Thread Walter Prins
Additionally to what's already been said, you may also want to have a look at the Pyjamas project (which can work in conjunction with Django as a back-end), there's a short article about implementing an MVC architecture in Pyjamas here: http://pyjs.org/wiki/modelviewcontroller/ Also you may want t

Re: [Tutor] Recommend a MVC framework

2010-11-14 Thread Alan Gauld
"Tim Johnson" wrote Since python remains my first choice, but since I am also impressed with the concept of CodeIgnitor, I would welcome recommendations on a python MVC framework. Don;t know CodeIgnitor but almost every web framework is MVC based from Struts in Jave through Rails on Ruby t

Re: [Tutor] Recommend a MVC framework

2010-11-14 Thread leo kirotawa
take a look at web2py. [1] http://www.web2py.com/ On Sun, Nov 14, 2010 at 5:26 PM, Tim Johnson wrote: > I've been web programming for 15 years now. 8 of it using python. > > Lately I have been 'studying' PHP via the CodeIgnitor Framework. > > Since python remains my first choice, but since I a

Re: [Tutor] Recommend a MVC framework

2010-11-14 Thread Evert Rol
> I've been web programming for 15 years now. 8 of it using python. > > Lately I have been 'studying' PHP via the CodeIgnitor Framework. > > Since python remains my first choice, but since I am also > impressed with the concept of CodeIgnitor, I would welcome > recommendations on a python MVC fra