Django pretty much rocks
Well, I’ve built a basic blog application in Django, complete with comments (and comment moderation), categories, and date-based archives, that would actually be presentable on a public-facing website. It took a total of about 8 hours, and I’m very impressed with the framework.
My previous praise of the documentation was a little premature. The docs are a thousand times more approachable than RoR’s, and better categorized and stuff. But they’re very lacking in descriptions of syntax, or real-world examples, and in a few cases are out of date.
I spent 2 hours trying to figure out how to get …