These are custom themes for Mezzanine.
Add selected theme in INSTALLED APPS
.
- INSTALLED_APPS = (
- 'mezzanine-themes.themes.custom_theme_package', ...
)
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.