I think the main difference is learning curves.

Django is easy to get started in, and good for quick easy projects,
but not so good for large complex projects.

Turbogears is more difficult to get started in, but handles large
complex projects better.

It's much the same difference for SQLObject and SQLAlchemy, once your using TG.

So if you're doing something very simple and just want to get it done,
use Django.  If it might become more complex, us TurboGears.

Ed

On 7/29/06, jo <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I'm evaluating the possibility to use TurboGears for a project, but I
> have read so many comments about Django vs TurboGears and right now I
> am very confused.
> I installed both of them in my system and sincerelly I found that
> Django is very easy to install and getting started while TG is not so
> easy.
>
> Nevertheless I hesitate to trust on the Django semplicity against the
> TG complexity and I'm trying to examinate some characteristics in both
> of them that interest to me.
>
> Django gives you an admin environment for free while TG doesn't have
> such thing and I have no idea how to create it.
> TG applys the pattern MVC while Django does it in a strange way.
> Django doesn't use AJAX while TG uses Mochikit and JASON.
> Django is very compact while TG is assembled with many moduls to put
> together.
>
> Someone of you could give me a good reason to use TG instead of Django?
>
> Thank you,
> jo
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to