Welcome to Django CodeMirror’s documentation!

This is a Django application to embed CodeMirror.

It works exclusively from configuration sets to manage CodeMirror options and assets. A dedicated field, widget and some template tags are available to make CodeMirror instances using these configurations on any element.

Since configurations are aware of every assets to load this enable you to use CodeMirror without a Javascript module loader (like Browserify or RequireJS).

Dependancies