On Sat, 2007-22-12 at 21:13 -0800, Nicolai Richter (Gm) wrote: > Dear Turbogears experts, > > I am a python programmer with about 1.5 years part-time python > experience and some web site building experience. I am about to take a > project of building a seminar registration site for a client. > > I have already decided I want to handle that project in python, but I > have a hard time deciding which framework to use. Django, Pylons and > Turbogears all seem reasonable candidates. I like Django for its > active community and development and the somewhat more coherent > framework (it seems to me), Turbogears for its widgets, and about > Pylons I havent't read/dabbed enough yet. > > I heard that most things work great out of the box with Django, but > beware if they dont! Also, Django seems to be geared more towards > publishing by one or a few users, while my task will be more about > many users managing their own resources. (see below) > With Turbogears I haven't gotten many examples work out right away, > and with neither I have been able to quickly have a authorized-access > based web site up. I haven't tried for more than 1-2 hour per > framework though. Pylons I havent really tried enough (and was a > little discouraged to hear it might get overridden a lot with the > merge into TG). > > I am now looking for help in choosing a framework and estimating the > effort it takes to build the app. The project will have to be done in > under 3 weeks, so I can't really afford to run into dead ends and > restart with a different framework. :-/
You could certainly do this in TG, I've done something similar for a client. But, I would say that 3 weeks would be might fast for someone new to TG and related frameworks. If the pylons app mentioned on that list has enough cross over for your needs, that might be the best way to go. I haven't used Django in while, but maybe that might be a good bet if you think the backend can just be the Django admin system. I think it depends on how important the timeline is. My hunch is that if it *must* be 3 weeks, then you'd be best using Django and not doing anything extra to the admin, or modifying the pylons app. If you can wait longer, I find TG's widget and form validation system nicer. But it takes longer to learn. Hope that sort of helps! Iain --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

