Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.05 KB

README.rst

File metadata and controls

34 lines (24 loc) · 1.05 KB

Django CodeMirror

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).

Links

Dependancies

Credits

CodeMirror is a software from Marijn Haverbeke <marijnh@gmail.com> under MIT license.