An open API service indexing awesome lists of open source software.

https://github.com/sveetch/djangocodemirror

Django CodeMirror is a Django application to embed CodeMirror
https://github.com/sveetch/djangocodemirror

Last synced: about 1 year ago
JSON representation

Django CodeMirror is a Django application to embed CodeMirror

Awesome Lists containing this project

README

          

.. _CodeMirror: http://codemirror.net/
.. _Django: https://www.djangoproject.com/
.. _django-assets: http://pypi.python.org/pypi/django-assets

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
*****

* Read the documentation on `Read the docs `_;
* Download its `PyPi package `_;
* Clone it on its `Github repository `_;

Dependancies
************

* `Django`_ >= 1.10;
* Optionally `django-assets`_;

Credits
*******

CodeMirror is a software from Marijn Haverbeke under MIT license.