https://github.com/thecodinghouse/mezzanine-themes
Free Mezzanine CMS themes
https://github.com/thecodinghouse/mezzanine-themes
django mezzanine-cms python
Last synced: about 1 year ago
JSON representation
Free Mezzanine CMS themes
- Host: GitHub
- URL: https://github.com/thecodinghouse/mezzanine-themes
- Owner: thecodinghouse
- License: mit
- Created: 2014-12-22T15:12:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-07-23T06:51:34.000Z (almost 9 years ago)
- Last Synced: 2023-11-07T15:21:27.493Z (over 2 years ago)
- Topics: django, mezzanine-cms, python
- Language: CSS
- Size: 7.95 MB
- Stars: 170
- Watchers: 23
- Forks: 70
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mezzanine-themes
### 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:
