Skip to main content

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

  1. Add “markdown_editor” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'markdown_editor',
    ]
  2. 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

django-markdown-editor-1.0.0.tar.gz (4.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page