A Django package to support Markdown text editor in Django admin
Project description
Django Markdown Editor
A Django package to support Markdown text editor in Django admin.
Installation
pip install django-markdown-editor-next
Usage
-
Add 'django_markdown_editor' to your INSTALLED_APPS setting.
-
In your models, use the MarkdownField:
from django_markdown_editor.fields import MarkdownField
class MyModel(models.Model):
content = MarkdownField()
- That's it! The Django admin will now use the Markdown editor for this field.
License
This project is licensed under the MIT License - see the LICENSE file for details.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_markdown_editor_next-0.1.tar.gz.
File metadata
- Download URL: django_markdown_editor_next-0.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4649e5f37bd917173947bd5e230c6029574a89cf3f95133de1cbb113abe45edb
|
|
| MD5 |
167f80acd5faa41d83a15d0586252be7
|
|
| BLAKE2b-256 |
5dedee54956ab91eb818854751b14e290fd5b8188b8272773bf74819ac6ea392
|
File details
Details for the file django_markdown_editor_next-0.1-py3-none-any.whl.
File metadata
- Download URL: django_markdown_editor_next-0.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6001072002c968792c8e26e5da9de039bad6343d85dec2cbf3adbcea50f1258
|
|
| MD5 |
45f3974b9e40db9db2c87ff8c11eeda1
|
|
| BLAKE2b-256 |
8ab0fea7dd0d43c53a9c7d4bcd865443b6aa91ce1cb4e88426d9d1934015a015
|