vote up 1 vote down star
2

Is there any list of blog engines, written in Django?

flag

7 Answers

vote up 6 vote down check

Here's such a list:

Empty Thoughts:Django Blogging

link|flag
vote up 0 vote down

Wow! nice post thanks for the information, its great!

link|flag
vote up 1 vote down

Nathan Borror has a great package of 'basic apps' that has a blog. These are well written, well documented apps that you should try out, get ideas from, etc.

http://code.google.com/p/django-basic-apps/

link|flag
vote up 0 vote down

+1 for byteflow. Using it myself and like it very much

link|flag
vote up 0 vote down

Django's powerful admin interface and easy ORM makes it a 30 minute job to build a blog that propably fits your needs; Why look for a 3rd party product when you can make it yourself very quickly?

link|flag
Because blog requires comments, pingbacks, openid, atom/rss feeds, publishing api, etc. – Big 40wt Svetlyak Sep 17 '08 at 12:50
A blog doesn't require anything more than posts, actually. :) – camflan Sep 26 '08 at 18:47
vote up 3 vote down

James Bennett has an interesting take on this question:

“where can I find a good Django-powered blogging application” is probably at the top of the frequently-asked questions list both on django-users and in the IRC; part of this is simply that, right now, there is no “definitive” Django blogging application; there are a bunch of them available if you go looking, but you’re not likely to get anyone to recommend one of them as “the” Django blogging app (unless the person doing the recommending happens to be the author of one of them).

The blog entry also has a list.

link|flag
Building your own blog in django is kind of a rite-of-passage. However, if you just want to get one up and running...I suggest Nathan's Basic Apps (see my answer for a link.) – camflan Sep 26 '08 at 18:47
vote up 2 vote down

Byteflow is a blog engine, written on Python, using Django

link|flag

Your Answer

Get an OpenID
or

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