Official ObjectGraph Blog
Thursday, December 21, 2006
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
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
posted by Kiichi Takeuchi at 1:35 PM
2 Comments:
TurboGears application looks better, but it's rather a matter of template i think. Which framework was simpler to get acquainted with?
By sergray, at 7:07 AM
Django is much better as a framework, you can do a lot with it.
By gavi, at 5:25 PM
Post a Comment
<< Home