django widget for monaco editor
Project description
django widget for monaco editor
Documentation
The full documentation is at https://dj-monaco.readthedocs.io.
Quickstart
Install django widget for monaco editor:
pip install dj-monaco
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'djmonaco.apps.DjMonacoConfig',
...
)
Add django widget for monaco editor’s URL patterns:
from djmonaco import urls as djmonaco_urls
urlpatterns = [
...
url(r'^', include(djmonaco_urls)),
...
]
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox
Development commands
pip install -r requirements_dev.txt
invoke -l
Credits
Tools used in rendering this package:
History
0.1.0 (2021-09-16)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dj-monaco-1.0.4.tar.gz
(10.1 kB
view details)
Built Distribution
File details
Details for the file dj-monaco-1.0.4.tar.gz
.
File metadata
- Download URL: dj-monaco-1.0.4.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0eb674957eb44f95f5a1fceb73090d41f82cd4fdcd741efd9b56261ef8f2e3f3 |
|
MD5 | 29bceadaf9af8a64402f5bcf043c6394 |
|
BLAKE2b-256 | 839fc05b43b9904fb4413ca8aecfb15c69db016207b7a4a00362e46b6ada7e62 |
File details
Details for the file dj_monaco-1.0.4-py2.py3-none-any.whl
.
File metadata
- Download URL: dj_monaco-1.0.4-py2.py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08502962fc3837df6ed6160179d92ef43abacba97d1dd8b67b0a9db40732d3fb |
|
MD5 | 6a9d06085adf1a49c5e1ce3172b1bdca |
|
BLAKE2b-256 | e3f8124cd9e0877e7c8c6b139e22e698aa416689b7d8feedcd7d3c311d4384ac |