Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 456 Bytes

DESCRIPTION.rst

File metadata and controls

24 lines (15 loc) · 456 Bytes

django-quill

Easily use Quill.js in your django admin.

Quick Start

  1. Install the package from pypi

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

    INSTALLED_APPS = (
        ...
        'quill',
    )

See the GitHub repo for more details.