Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 466 Bytes

DESCRIPTION.rst

File metadata and controls

24 lines (15 loc) · 466 Bytes

django-quill

Easily use Quill.js in your django admin.

Quick Start

  1. Install the package from pypi

    pip install django-quilljs
  2. Add "quilljs" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'quilljs',
    )

See the GitHub repo for more details.