pinax-theme-bootstrap 7.1.0 Released

A new release of pinax-theme-bootstrap was published.

The highlight of this release includes a management command that allows you to easily copy in templates that ship with the theme into your own project for easier customization.

For example, to copy in the templates for pinax-blog for customization:

./manage.py copy_from_theme --path="pinax/blog"

This will put all the templates for the blog app in templates/pinax/blog/ in your local project.

This release includes the following:

  • Add management command to copy in file(s) from theme to project
  • Add pinax-blog templates

Download tarball from PyPI

View changeset on GitHub

Tags

pinax-theme-bootstrap