pengutronix / django-cms-extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django CMS Extensions

Installation

pip install django-cms-extensions

Features

HTML-Export

Once django-cms-extensions are installed you can export every page from the toolbar (Page -> Export). Pages will be exported to $EXPORT_ROOT/$SITE/$PAGE_LANGCODE/$PAGE_URL.

Settings

AUTO_EXPORT = False
EXPORT_ROOT = 'html'

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 85.6%Language:HTML 11.3%Language:Makefile 3.0%