Django Blogango

A blogging app for Django
Alternatives To Django Blogango
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Djangoblog5,223
20 days ago16mitPython
🍺基于Django的博客系统
Mezzanine4,520
5 months ago52bsd-2-clausePython
CMS framework for Django
Django Blog Zinnia2,06316314 months ago29March 10, 201838bsd-3-clausePython
Simple yet powerful and really extendable application for managing a blog within your Django Web site.
Django Basic Apps1,297
9 years ago1December 15, 202131otherPython
Simple prebuilt applications.
Awesome Django Cn959
3 years ago1
Django 优秀资源大全。
Izone948
4 days ago3mitPython
django+bootstrap4 个人博客
Hellodjango Blog Tutorial909
2 years ago11gpl-3.0Python
免费带你学 django 全栈!基于 django 2.2 的个人博客,初学者绝对不能错过的 django 教程!。◕ᴗ◕。
Puput5302123 months ago28November 09, 202117mitPython
A Django blog app implemented in Wagtail
Django Mingus511
3 years ago5otherJavaScript
a Django blog engine leveraging reusable apps for all its features.
Pinax Blog438
202 years ago49July 27, 202017mitPython
a blog app for Django
Alternatives To Django Blogango
Select To Compare


Alternative Project Comparisons
Readme

This app in not maintained anymore.

Build Status

Coverage Status

Checkout the application live in use at http://agiliq.com/blog

To quickly try it locally

cd django-blogango/example/  
pip install -r ../requirements.txt  
python manage.py syncdb --migrate
python manage.py runserver

Create a Blog instance at /admin/blogango/blog/add/. The Blog instance is required for storing blog wide settings, like, number of entries to show per page, title for the blog, tag line for the blog etc.

With Blog instance created, you will be able to access /blog/. At this point, no blog entries exist. Create a blog entry at /admin/blogango/blogentry/add/.

With a blog entry created, you would be able to see the entry at /blog/.

To integrate into your application:

  1. Install the requirements.

  2. Include blogango, pingback, taggit, django.contrib.sitemaps, django_xmlrpc and google_analytics in settings.INSTALLED_APPS.

  3. Include blog urls in urls.py

    url(r'^blog/', include('blogango.urls')),

  4. If the comments have to verified through AKISMET, set settings.AKISMET_API_KEY.

  5. Enable django admin, if not already enabled.

    python manage.py syncdb

  6. Create blog at /admin/blogango/blog/add/.

  7. Check your blog at /blog/.

To see it in action.

http://agiliq.com/blog/

Features

  • Comment
  • Comment moderation
  • Category
  • Tagging
  • RSS
  • Akismet Spam Filtering
  • Trackback
  • Date based archives
  • Multi Author
  • Supports various markup types
Popular Django Projects
Popular Blog Projects
Popular Frameworks Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Django
Blogging