A simple Django app to support markdown editor.
Project description
This is a markdown editor supported for Django. [Github](https://github.com/Activity00/django_markdown_editor)
Quick start
Add “markdown_editor” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'markdown_editor', ]Include the markdown_editor URLconf in your project urls.py like this:
path('markdown_editor/', include('markdown_editor.urls')),
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-markdown-editor-1.0.3.tar.gz.
File metadata
- Download URL: django-markdown-editor-1.0.3.tar.gz
- Upload date:
- Size: 1.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f197745f36963515cc99230ea91438e175dcd38a07058a09972c4f06f4d70efc
|
|
| MD5 |
5201870f62ed361ab386e9f8edaf1060
|
|
| BLAKE2b-256 |
e77b5d9286074e04f18d8df4dcd03dd6c9236252c6a5d79314a2b9fadd8cc0a9
|