23👍
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
- Biblion
- Django-article
- Flother
- Basic-Blog
- Hello-Newman
- Banjo
- djangotechblog
- Django-YABA
- Shifting Bits (this is now just a biblion blog)
- Mighty Lemon
- Coltrane
4👍
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.
- Django: Generic views based 'as_view()' method
- How can i get all models in django 1.8
- TypeError: create_superuser() missing 1 required positional argument: 'profile_picture'
- Django ALLOWED_HOSTS with ELB HealthCheck
- Sometimes request.session.session_key is None
3👍
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?
- Django render_to_string() ignores {% csrf_token %}
- Proper declaration of an empty Django PostgreSQL JSONField default value in migration file
- Django template tag: How to send next_page in {url auth_logout}?
3👍
The book Practical Django Projects provides a tutorial on how to create a Django blogging app.
- How does this Man-In-The-Middle attack work?
- Creation of dynamic model fields in django
- Celery workers unable to connect to redis on docker instances
- How can I automatically let syncdb add a column (no full migration needed)
- Python/Django development, windows or linux?
1👍
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.
- Is there a command for creating an app using cookiecutter-django?
- Passing a user, request to forms
- Get the version of Django for application
1👍
You should check django-blogango
. http://agiliq.com/blog is run using this blogging engine.