Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 438 Bytes

README.rst

File metadata and controls

21 lines (14 loc) · 438 Bytes

Themes for Mezzanine

These are custom themes for Mezzanine.

Usage

Add selected theme in INSTALLED APPS.

INSTALLED_APPS = (
'mezzanine-themes.themes.custom_theme_package', ...

)

Creating a Theme

Modify files found under mezzanine-themes/mezzanine_defaut and save them under theme folder.

You only need the files that you are changing as part of your theme.