Split your content into pages with pagination in DjangoCMS.
- Grzegorz Biały (https://github.com/grzegorzbialy/)
- ELCODO (http://elcodo.pl)
- django-cms 3.x
-
Add "cmsplugin_pagebreaks" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... 'cmsplugin_pagebreaks', ]
- CMSPLUGIN_PAGEBREAKS_PAGE_GET_PARAMETER - default 'page'. Name of GET parameter with page number.