darkness51 / zinnia-theme-bootstrap

Zinnia-theme-bootstrap is a python package providing a theme builded on Bootstrap for django-blog-zinnia.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zinnia-theme-bootstrap

Zinnia-theme-bootstrap is a python package providing a theme builded on Bootstrap 3 for django-blog-zinnia.

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_bootstrap application in the INSTALLED_APP section of your project's settings.

Now Zinnia is Bootstrap ready.

Warning

  • zinnia_bootstrap 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.

About

Zinnia-theme-bootstrap is a python package providing a theme builded on Bootstrap for django-blog-zinnia.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%