Is there any list of blog engines, written in Django?
|
feedback
|
|
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
| |||||
feedback
|
|
James Bennett has an interesting take on this question:
The blog entry also has a list. | |||||
feedback
|
|
Byteflow is a blog engine, written on Python, using Django | |||
|
feedback
|
|
The book Practical Django Projects provides a tutorial on how to create a Django blogging app. | |||
|
feedback
|
|
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? | |||||||||
feedback
|
|
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. | |||
|
feedback
|