From bcb554cf9b025b95456d7b99bc56ae8aff8c3145 Mon Sep 17 00:00:00 2001 From: Dominik George Date: Fri, 19 Feb 2021 00:42:33 +0100 Subject: [PATCH] Add hint on Django integration to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6237cb9a..025ba685 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,10 @@ Please check [here](https://github.com/nosir/cleave.js/blob/master/doc/vue.md) ## jQuery fn usage Please check [here](https://github.com/nosir/cleave.js/issues/341) +## Django Widget usage +Please check [here](https://pypi.org/project/django-cleavejs/) for an integration into +[Django](https://www.djangoproject.com/) forms. + ## Playground - [Plain JSFiddle (Basic usage)](https://jsfiddle.net/nosir/kbaxx64s/)