Metadata-Version: 2.3
Name: django-quill-safe
Version: 0.1.0
Summary: Safe and minimal integration of Quill editor in Django using JSON delta format only.
License: MIT
Author: Abhilash Ramachandran
Author-email: abhilash.sixthsense@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: Django (>=5,<6)
Description-Content-Type: text/markdown

# django-quill-safe

Safe and simple integration of the Quill rich text editor into Django projects using Quill Delta JSON format.

## Features

- Stores Quill Delta (not HTML!) in the database
- Custom form field + widget for rich text editing
- Custom template tag for rendering read-only Quill content
- Easily pluggable into any Django model

## Installation

```bash
pip install django-quill-safe
```

## License

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

