A content management platform built using the Django framework.
Project description
--------
Overview
--------
Mezzanine is a content management platform built using the `Django`_ framework. It is BSD licensed and designed to provide both a consistant interface for managing content, and a simple architecture that makes diving in and hacking on the code as easy as possible.
Its goal is to resemble something like `Wordpress`_, with an intuitive interface for managing pages and blog posts. 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.
Features
--------
On top of all the usual features provided by Django such as MVC architecture, ORM, templating, caching and the automatic admin interface, Mezzanine provides the following features.
* Hierarchical page navigation
* Save as draft and preview on site
* Scheduled publishing
* Drag-n-drop page ordering
* WYSIWYG editing
* SEO friendly URLs and meta data
* Mobile device detection and templates
* Blogging engine
* Tagging
* Built-in threaded comments, or:
* `Disqus`_ integration
* `Gravatar`_ integration
* `Google Analytics`_ integration
* `Twitter`_ feed integration
* `bit.ly`_ integration
* Sharing via Facebook or Twitter
* Custom templates per page or blog post
* Built-in test suite
.. image:: http://media.tumblr.com/tumblr_l3su7jFBHM1qa0qji.png
:align: center
.. centered:: The Mezzanine admin dashboard
Dependencies
------------
Apart from `Django`_ itself, Mezzanine has no explicit dependencies but is designed to be used most effectively in conjunction with the following libraries.
* `setuptools`_
* `Python Imaging Library`_ (PIL)
* `django-grappelli`_ <= 2.0
* `django-filebrowser`_ <= 3.0
Installation
------------
Assuming you have `setuptools`_ installed, the easiest method is to install directly from pypi by running the following command, which will also attempt to install the dependencies mentioned above::
$ easy_install -U mezzanine
Otherwise you can download Mezzanine and install it directly from source::
$ python setup.py install
Once installed, the command ``mezzanine-project`` should be available which can be used for creating a new Mezzaine project in a similar fashion to ``django-admin.py``::
$ mezzanine-project project_name
You can then run your project with the usual Django steps::
$ cd project_name
$ ./manage.py syncdb
$ ./manage.py runserver
Sites Using Mezzanine
---------------------
* `Citrus Agency`_
Quotes
------
* "Who came up with the name Mezzanine? I love it, like a platform between the client's ideas and their published website. Very classy!" - `swhite`_
.. _`Django`: http://djangoproject.com/
.. _`Wordpress`: http://wordpress.org/
.. _`Pinax`: http://pinaxproject.com/
.. _`Mingus`: http://github.com/montylounge/django-mingus
.. _`setuptools`: http://pypi.python.org/pypi/setuptools
.. _`Python Imaging Library`: http://www.pythonware.com/products/pil/
.. _`django-grappelli`: http://code.google.com/p/django-grappelli/
.. _`django-filebrowser`: http://code.google.com/p/django-filebrowser/
.. _`Disqus`: http://disqus.com/
.. _`Gravatar`: http://gravatar.com/
.. _`Google Analytics`: http://www.google.com/analytics/
.. _`Twitter`: http://twitter.com/
.. _`bit.ly`: http://bit.ly/
.. _`Citrus Agency`: http://citrus.com.au/
.. _`swhite`: http://bitbucket.org/swhite/
Overview
--------
Mezzanine is a content management platform built using the `Django`_ framework. It is BSD licensed and designed to provide both a consistant interface for managing content, and a simple architecture that makes diving in and hacking on the code as easy as possible.
Its goal is to resemble something like `Wordpress`_, with an intuitive interface for managing pages and blog posts. 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.
Features
--------
On top of all the usual features provided by Django such as MVC architecture, ORM, templating, caching and the automatic admin interface, Mezzanine provides the following features.
* Hierarchical page navigation
* Save as draft and preview on site
* Scheduled publishing
* Drag-n-drop page ordering
* WYSIWYG editing
* SEO friendly URLs and meta data
* Mobile device detection and templates
* Blogging engine
* Tagging
* Built-in threaded comments, or:
* `Disqus`_ integration
* `Gravatar`_ integration
* `Google Analytics`_ integration
* `Twitter`_ feed integration
* `bit.ly`_ integration
* Sharing via Facebook or Twitter
* Custom templates per page or blog post
* Built-in test suite
.. image:: http://media.tumblr.com/tumblr_l3su7jFBHM1qa0qji.png
:align: center
.. centered:: The Mezzanine admin dashboard
Dependencies
------------
Apart from `Django`_ itself, Mezzanine has no explicit dependencies but is designed to be used most effectively in conjunction with the following libraries.
* `setuptools`_
* `Python Imaging Library`_ (PIL)
* `django-grappelli`_ <= 2.0
* `django-filebrowser`_ <= 3.0
Installation
------------
Assuming you have `setuptools`_ installed, the easiest method is to install directly from pypi by running the following command, which will also attempt to install the dependencies mentioned above::
$ easy_install -U mezzanine
Otherwise you can download Mezzanine and install it directly from source::
$ python setup.py install
Once installed, the command ``mezzanine-project`` should be available which can be used for creating a new Mezzaine project in a similar fashion to ``django-admin.py``::
$ mezzanine-project project_name
You can then run your project with the usual Django steps::
$ cd project_name
$ ./manage.py syncdb
$ ./manage.py runserver
Sites Using Mezzanine
---------------------
* `Citrus Agency`_
Quotes
------
* "Who came up with the name Mezzanine? I love it, like a platform between the client's ideas and their published website. Very classy!" - `swhite`_
.. _`Django`: http://djangoproject.com/
.. _`Wordpress`: http://wordpress.org/
.. _`Pinax`: http://pinaxproject.com/
.. _`Mingus`: http://github.com/montylounge/django-mingus
.. _`setuptools`: http://pypi.python.org/pypi/setuptools
.. _`Python Imaging Library`: http://www.pythonware.com/products/pil/
.. _`django-grappelli`: http://code.google.com/p/django-grappelli/
.. _`django-filebrowser`: http://code.google.com/p/django-filebrowser/
.. _`Disqus`: http://disqus.com/
.. _`Gravatar`: http://gravatar.com/
.. _`Google Analytics`: http://www.google.com/analytics/
.. _`Twitter`: http://twitter.com/
.. _`bit.ly`: http://bit.ly/
.. _`Citrus Agency`: http://citrus.com.au/
.. _`swhite`: http://bitbucket.org/swhite/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Mezzanine-0.2.tar.gz
(123.7 kB
view details)
File details
Details for the file Mezzanine-0.2.tar.gz
.
File metadata
- Download URL: Mezzanine-0.2.tar.gz
- Upload date:
- Size: 123.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2dcfb6cde87b6fb74467bd4923ed6d38a77b6d54d3637f4368c2165e7391aa42 |
|
MD5 | 41cb4a74816c549cdcf63077c36d1413 |
|
BLAKE2b-256 | 5b50acc8a0b0f7ae7ea53f626efba05624879af5569a9f4f73be2863292db3b1 |