Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

pengutronix/django-cms-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'