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

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


Asked by: Julian616 | Posted: 28-01-2022






Answer 1

EDIT: Original link went dead so here's an updated link with extracts of the list sorted with the most recently updated source at the top.

Eleven Django blog engines you should know

by Monty Lounge Industries

Answered by: Ned755 | Posted: 01-03-2022



Answer 2

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.

Answered by: Ryan445 | Posted: 01-03-2022



Answer 3

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

Answered by: Tess310 | Posted: 01-03-2022



Answer 4

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?

Answered by: Carlos812 | Posted: 01-03-2022



Answer 5

The book Practical Django Projects provides a tutorial on how to create a Django blogging app.

Answered by: Maya143 | Posted: 01-03-2022



Answer 6

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/

Answered by: Chester972 | Posted: 01-03-2022



Answer 7

You should check django-blogango. http://agiliq.com/blog is run using this blogging engine.

https://github.com/agiliq/django-blogango

Answered by: Lucas317 | Posted: 01-03-2022



Similar questions

3d game engines for Ruby or Python?

Closed. This question does not meet Stack Overflow guid...


python - Engines built on pygame

I am currently writing an RTS for pygame and have written a number of modules on top of pygame for common things, such as efficient collision detection, a state system and more featured sprites. Now while writing games, except for Rect and Surface, I barely write any calls to Pygame itself. When Googling around on this, I have not found anything that seems to actually take over from pygame for most of the game de...


Get links from search engines using python

Supose I have a query : "Games and work" I want to make a script to search that query in google and return all links displayed when the query is being searched in google. Of course there will be thousands of results, I just want first four pages. I already searched some modules but they don't do what I want. https://github.com/abenas...






Still can't find your answer? Check out these communities...



PySlackers | Full Stack Python | NHS Python | Pythonist Cafe | Hacker Earth | Discord Python



top