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 |