Metadata-Version: 2.0
Name: eti-django-page-cms
Version: 1.8.5
Summary: A tree based Django CMS application
Home-page: http://packages.python.org/django-page-cms/
Author: Batiste Bieler
Author-email: batiste.bieler@gmail.com
License: BSD
Download-URL: http://pypi.python.org/packages/source/d/eti-django-page-cms/eti-django-page-cms-1.8.5.tar.gz
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: JavaScript
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management

django-page-cms
===============

.. image:: https://travis-ci.org/batiste/django-page-cms.svg?branch=master
  :target: https://travis-ci.org/batiste/django-page-cms

.. image:: https://coveralls.io/repos/batiste/django-page-cms/badge.svg
  :target: https://coveralls.io/r/batiste/django-page-cms

.. image:: https://img.shields.io/pypi/dm/django-page-cms.svg
  :target: https://pypi.python.org/pypi/django-page-cms/

.. image:: https://codeclimate.com/github/batiste/django-page-cms/badges/gpa.svg
  :target: https://codeclimate.com/github/batiste/django-page-cms
  :alt: Code Climate


This Django CMS enables you to create and administrate hierarchical pages in a simple and powerful way.

  * `Full documentation <http://django-page-cms.readthedocs.org/en/latest/>`_
  * `How to contribute <doc/contributions.rst>`_

Django page CMS is based around a placeholders concept. Placeholder is a special template tag that
you use in your page templates. Every time you add a placeholder in your template such field
dynamically appears in the page admin interface.

Each page can have a different template with different placeholders.

.. image:: https://github.com/batiste/django-page-cms/raw/master/doc/admin-screenshot1.png



