Skip to content

wildfish/djangocms-blog

 
 

Repository files navigation

djangocms-blog

Latest PyPI version

Monthly downloads

Python versions

Latest Travis CI build status

Test coverage

Test coverage

Code Climate

django CMS blog application - Support for multilingual posts, placeholders, social network meta tags and configurable apphooks.

Supported Django versions:

  • Django 1.8
  • Django 1.9

Supported django CMS versions:

  • django CMS 3.2+

Warning

Version 0.8 will be the last one supporting Python 2.6, Python 3.3, Django<1.8 and django CMS<3.2.

Warning

Starting from version 0.8, date_published is not set anymore when creating a post but rather when publishing. This does not change the overall behavior, but be warned if you expect it to be not null in custom code.

Warning

Version 0.6 changes the field of LatestPostsPlugin.tags field. A datamigration is in place to migrate the data, but check that works ok for your project before upgrading, as this might delete some relevant data. Some plugins have a broken tag management prior to 0.6, in case you have issues with tags, upgrade to latest version to have it fixed.

Features

  • Placeholder content editing
  • Frontend editing using django CMS 3.x frontend editor
  • Multilingual support using django-parler
  • Support for Twitter cards, Open Graph and Google+ snippets meta tags
  • Optional support for simpler TextField-based content editing
  • Multisite support (posts can be visible in one or more Django sites on the same project)
  • Per-Apphook configuration
  • Configurable permalinks
  • Configurable django CMS menu support
  • Per-Apphook templates set
  • Auto Apphook setup
  • Django sitemap framework support
  • Support for django CMS 3.2+ Wizard
  • Haystack index support

Documentation

Check documentation at http://djangocms-blog.readthedocs.io/en/latest/

Known djangocms-blog websites

See DjangoPackages for an updated list https://www.djangopackages.com/packages/p/djangocms-blog/

About

django CMS blog application - Support for multilingual posts, placeholders, social network meta tags and configurable apphooks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.4%
  • HTML 4.9%
  • Other 0.7%