Mezzanine

An open source content management platform built using the Django framework

Mezzanine is BSD Licensed. It can be freely used, modified, and redistributed commercially.

Overview

Mezzanine is a content management platform built using the Django framework. It is BSD licensed and designed to provide both a consistent interface for managing content, and a simple, extensible architecture that makes diving in and hacking on the code as easy as possible.

Mezzanine resembles tools like Wordpress, with an intuitive interface for managing pages, blog posts, form data, store products, or any other type of content you can imagine. Mezzanine takes a different approach from other Django applications in this space like Pinax or Mingus that glue together a lot of reusable apps, instead opting to provide most of its functionality included with the project by default.

Sites

Features

Quick Start

# Install from pypi
$ pip install -U mezzanine

# Create a project
$ mezzanine-project myproject
$ cd myproject

# Create a database
$ python manage.py createdb

# Run the web server
$ python manage.py runserver

Copyright 2010 - 2012 Stephen McDonald and many Awesome Contributors™ | Design by Super Top Secret | UX by Tom Wolber | Icons by Glyphicons
Powered by Django. Powered by Python. Powered by PostgreSQL.

Fork me on GitHub