Skip to main content

Editor JS Repackaged for Django

Project description

Editor.JS Repackaged for Django

Editor.JS packaged in a Django reusable app.

Installation

pip install django-js-lib-editor-js

Usage

  1. Add "js_lib_editor_js" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [
        ...
        "js_lib_editor_js",
        ...
    ]
    
  2. In your template use:

    {% load static %}
    

    ...

    <script src="{% static "editorjs/editorjs.js">" %}"></script>
    

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_js_lib_editor_js-2.29.1.1.tar.gz (113.2 kB view hashes)

Uploaded Source

Built Distribution

django_js_lib_editor_js-2.29.1.1-py2.py3-none-any.whl (130.4 kB view hashes)

Uploaded Python 2 Python 3

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