Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm looking for a really solid tutorial for building a blogging engine, and I'm finding it very difficult to find current examples. (v1.4.3 as of writing).

Does anyone have a high-quality, up to date Django blog tutorial recommendation?

Probably more importantly, does the version make a huge difference? If not, I'm willing to drop current, and accept a high-quality blog engine tutorial.

Thanks.

share|improve this question
1  
What's wrong with the official Django tutorial? The concepts should translate to something as cookie-cutter as a blog. – millimoose Feb 8 at 21:03

closed as not a real question by millimoose, tcaswell, bensiu, Sudarshan, Perception Feb 9 at 5:43

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Couldn't you just use or extend a current django blog? There's a pretty long list in PyPi. PyPi Django Blog Search In particular, the Zinnia Blog seems pretty high quality, if that's what you're looking for.

If you're just looking to learn how to write your own, you can view the author's code to see how they implemented their blogging solution.

To answer your 2nd question, the Django version shouldn't make too much of a different, unless it's close to deprecation. Here's a deprecation timeline from their site.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.