Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 1.58 KB

index.rst

File metadata and controls

59 lines (44 loc) · 1.58 KB

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

User’s Guide

install.rst examples.rst settings.rst configurations.rst library_references/helper.rst library_references/templatetags.rst library_references/widgets.rst library_references/fields.rst

Developer’s Guide

library_references/manifest.rst library_references/assets.rst library_references/assetrender.rst development.rst changelog.rst