Rajeev
Rajeev

Reputation: 46969

Django blog APPS

Are there any plug and play blog APPS for django,if so please point me to the sources for it.

I am actually looking something like word press which is of cousre difficult to integrate with django.

Thanks..

Upvotes: 7

Views: 2814

Answers (3)

MicroPyramid
MicroPyramid

Reputation: 1630

django-blog-it - complete customization and ready to use with one click installer. You can try it by hosting on your own or deploy to Heroku with a button click.

Features:

  • Dynamic blog articles
  • Blog pages
  • Contact us page (configurable)
  • google analytics
  • List item
  • SEO compliant

Upvotes: 1

Aaron Beals
Aaron Beals

Reputation: 171

We looked into this a few months ago for our site and found that Mezzanine and Zinnia were the two best options available, and both are regularly-maintained.

Mezzanine gives you a slicker interface than Zinnia and has disqus comment integration, and has recently added Akismet integration for spam filtering on comments.

Upvotes: 10

tony
tony

Reputation: 1546

Actually I'm not sure but I think you might look at this one. Also project Pinax contains blog.

Upvotes: 0

Related Questions