- <3 Django
- 27.3.2009
Let me save you lots of trouble, and start by saying that Django is the perfect MVC framework. Ok, maybe not perfect, but compared to others it certainly looks that way. The community and documentation alone are enough reason to switch your existing projects - not to mention the built-in admin interface and endless time-saving features. Each week I learn about some new that could have saved hours of coding.
Moreover, Python's functional programming attitude combined with the Django furthering the concepts of DRY for the web create a rapid development and high performance environment that blows PHP out of the water. When I have more time, I'll probably start posting about some of the shortcuts I have learned in rebuilding this blog over the past couple of weeks.
You can also expect a detailed horror story of JSF, detailing all that is wrong with applying purist Java OO concepts to the web.

I almost forgot to mention that user registration should be implemented sometime this weekend.
Reply
For what?
Reply
Comment id's, and a slew of mind boggling features that are to come.
Reply
Use cookies and Gravatar.
Reply
I'm thinking about implementing OpenID. I'll probably follow it up by converting the site to JSF and shooting myself in the face. But OpenID, seriously.
Reply