pythondjangoblogsknowledge-management

Blogging application for Django


I have a website that I developed in Django

After the fact I want to add a blog, I don't feel inclined to writing a blogging application from scratch.

Can you recommend a very light weight blogging application, nothing fancy. Just the most vanilla django blogging application I could add to this project.


Solution

  • I prefer django-simple-blogs no frills blogging app.

    https://pypi.python.org/pypi/django-simple-blog/0.1.0

    Doesn't have a template though - just a few tags to help you. You'd need to make your own templates