TurboGears vs. Django
I wrote exact same application in TurboGears and Django. Both are similar framework and they are written in Python.
The application is simple Address Book.
In TurboGears (Download)

Figure 1. List Page

Figure 2. Edit Detail Page
Figure 3. View Detial Page
In Django (Download)

Figure 4. List Page

Figure 5. Edit Detail Page

Figure 6. View Detail Page
October 8th, 2007 at 11:07 am
TurboGears application looks better, but it’s rather a matter of template i think. Which framework was simpler to get acquainted with?
October 15th, 2007 at 9:25 pm
Django is much better as a framework, you can do a lot with it.