Gerbi’s CMS documentation¶
Welcome on the documentation of the simple multilingual Gerbi CMS (package name: django-page-cms). You track the latest changes to the code base on the github project page. To get more information about this CMS and its feature go to the Introduction section.
For a quick install:
$ pip install django-page-cms[full]; gerbi --create mywebsite
For more complete installations instructions go to the Installation section. To get source code with git use:
$ git clone git://github.com/batiste/django-page-cms.git django-page-cms
Build this documentation from cloned repo:
$ pip install .[docs]
$ python setup.py build_sphinx
Table of content¶
- Introduction
- Contribute to Gerbi CMS
- Placeholders template tag
- Installation
- Display page’s content in templates
- Inline page editing
- How to use the various navigation template tags
- How to create a Blog application
- Integrate with other applications
- Commands
- List of all available settings
- PAGE_TEMPLATES
- PAGE_DEFAULT_TEMPLATE
- PAGE_LANGUAGES
- PAGE_DEFAULT_LANGUAGE
- PAGE_LANGUAGE_MAPPING
- PAGES_MEDIA_URL
- PAGE_UNIQUE_SLUG_REQUIRED
- PAGE_CONTENT_REVISION
- SITE_ID
- PAGE_USE_SITE_ID
- PAGE_USE_LANGUAGE_PREFIX
- PAGE_CONTENT_REVISION_EXCLUDE_LIST
- PAGE_HIDE_ROOT_SLUG
- PAGE_SHOW_START_DATE
- PAGE_SHOW_END_DATE
- PAGE_TAGGING
- PAGE_TESTS_SAVE_SCREENSHOTS
- PAGE_REDIRECT_OLD_SLUG
- Changelog
- Release 2.0.12
- Release 2.0.10
- Release 2.0.9
- Release 2.0.8
- Release 2.0.7
- Release 2.0.6
- Release 2.0.3
- Release 2.0.2
- Release 2.0.1
- Release 2.0.0
- Release 1.9.17
- Release 1.9.15
- Release 1.9.14
- Release 1.9.13
- Release 1.9.12
- Release 1.9.11
- Release 1.9.10
- Release 1.9.9
- Release 1.9.8
- Release 1.9.7
- Release 1.9.6
- Release 1.9.5
- Release 1.9.4
- Release 1.9.3
- Release 1.9.1
- Release 1.9.0
- Release 1.8.2
- Release 1.8.1
- Release 1.8.0
- Release 1.6.2
- Release 1.6.1
- Release 1.6.0
- Release 1.5.3
- Release 1.5.2
- Release 1.5.1
- Release 1.5.0
- Release 1.4.3
- Release 1.4.2
- Release 1.4.1
- Release 1.4.0
- Release 1.3.0
- Release 1.2.1
- Release 1.2.0
- Release 1.1.3
- Release 1.1.2
- Release 1.1.1
- Release 1.1.0
- Release 1.0.9
- Release 1.0.8
- Page CMS reference API