Skip to content

A blog app that is only intended to be embedded within an existing Django site.

License

Notifications You must be signed in to change notification settings

gordondavies/django-andablog

 
 

Repository files navigation

django-andablog

Build Status

(Just) A blog app for Django

What is the point of all this? When this project got started blogging apps for Django generally fell into one of these categories:

  1. A full CMS framework.
  2. A Django App but intended for blog-only sites.
  3. A Django App but intended for either a blog-only site (the default) or a site with a blog attached.

Though all three of these categories had great projects to choose from any one of them could be frustrating to implement into (and maintain within) an existing site. Simply because the app was not directly and exclusively focused on the use case of a django site, and a blog (get it?).

Andablog has a focus on integration-ease first and features second. So if the focus of your Django site is something else and you want to add a blog section to it you have come to the right place.

Full documentation is available but here are the highlights.

About

A blog app that is only intended to be embedded within an existing Django site.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 81.8%
  • Makefile 7.4%
  • Shell 7.3%
  • CSS 2.7%
  • JavaScript 0.8%