zinnia-theme-bootstrap-4

Bootstrap 4 theme for django-blog-zinnia


Keywords
django, blog, weblog, zinnia, theme, skin, bootstrap, 4
License
BSD-3-Clause
Install
pip install zinnia-theme-bootstrap-4==0.6

Documentation

Zinnia-theme-bootstrap

Zinnia-theme-bootstrap-4 is a python package providing a theme built on Bootstrap 4 for django-blog-zinnia. This is forked and adapted from Zinnia Theme Bootstrap

Installation

First of all you need to install and configure django-app-namespace-template-loader into your project.

The once Zinnia is installed on your Django project and this package installed on your PYTHON_PATH, simply register the zinnia_bootstrap4 application in the INSTALLED_APP section of your project's settings.

Now Zinnia is Bootstrap ready.

Warning

  • zinnia_bootstrap4 must be registered before the zinnia app to bypass the loading of the Zinnia's templates.
  • You need to use the django.template.loaders.eggs.Loader template loader if you have installed the package as an egg.