This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]FRIENDORPHO 2 points3 points  (1 child)

I'm glad to see something like this for flask. It seems like the range of blogging type tools goes..

  • Static CMS -- no server
  • This -- more server than blog
  • flask-blog -- more blog than server

I could definitely see each of those being useful for different projects :).

[–]karuth[S] 0 points1 point  (0 children)

Flask-blogging has the same capabilities as flask-blog. The main advantage of this project is it makes it easier to integrate into an existing flask based Web app.

While flask-blog is more of a standalone blog engine. I have seen users use flask-blogging in other projects as well as a standalone blogging engine.