FabriceSalvaire / cmsplugin-getthecode

Django CMS plugin to show source code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django CMS Get The Code Plugin

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.

Installation

This plugin requires django CMS 3.0.12 or higher to be properly installed.

  • Within your virtualenv run pip install cmsplugin-getthecode
  • Add 'cmsplugin-getthecode' to your INSTALLED_APPS setting.
  • Run manage.py migrate cmsplugin-getthecode.

Usage

TBD

About

Django CMS plugin to show source code

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


Languages

Language:Python 93.9%Language:HTML 6.1%