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
- Host: GitHub
- URL: https://github.com/sveetch/djangocodemirror
- Owner: sveetch
- License: mit
- Created: 2012-03-25T19:58:17.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T13:23:54.000Z (about 7 years ago)
- Last Synced: 2025-03-28T08:41:38.733Z (about 1 year ago)
- Language: Python
- Homepage: http://djangocodemirror.readthedocs.io/
- Size: 1.6 MB
- Stars: 32
- Watchers: 5
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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.