Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thecodinghouse/mezzanine-themes
Free Mezzanine CMS themes
https://github.com/thecodinghouse/mezzanine-themes
django mezzanine-cms python
Last synced: about 2 months 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-23T06:51:34.000Z (over 7 years ago)
- Last Synced: 2023-11-07T15:21:27.493Z (about 1 year 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:
![Moderna](https://cloud.githubusercontent.com/assets/1374633/21468864/5d6c20de-ca34-11e6-8eb3-68094c512155.png)- Flat:
![Flat](https://cloud.githubusercontent.com/assets/1374633/21468874/d2e564b0-ca34-11e6-89dd-39bbf85ea5da.png)- Nova:
![Nova](https://cloud.githubusercontent.com/assets/1374633/21468877/f6077eec-ca34-11e6-9f13-10dee46d1618.png)- Solid:
![Solid](https://cloud.githubusercontent.com/assets/1374633/21468881/1d29edd4-ca35-11e6-9638-25c6b30a61a5.png)