Django CMS Get The Code Plugin provides a plugin that allows you to show and highlight a source code file in a page. A link to the file in the media library permits to download it.
This plugin requires django CMS 3.0.12 or higher to be properly installed.
- Within your
virtualenvrunpip install cmsplugin-getthecode - Add
'cmsplugin-getthecode'to yourINSTALLED_APPSsetting. - Run
manage.py migrate cmsplugin-getthecode.
TBD