mezzanine-themes
December 24, 2016 ยท View on GitHub
Free themes for Mezzanine CMS.
This is a mezzanine project which contains free mezzanine themes(flat/nova/solid/moderna).
Download and run the project to try each theme by changing theme name in settings.py
For example:
INSTALLED_APPS = (
# "moderna",
# "flat",
# "nova",
"solid",
"django.contrib.admin",
"django.contrib.auth",
...
)
Preview:
-
Moderna:

-
Flat:

-
Nova:

-
Solid:
