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: