From 760885f35a9ccbcaf2a95c3389e033e7b473f9bd Mon Sep 17 00:00:00 2001 From: Mark Davidoff Date: Wed, 8 Nov 2023 11:36:53 -0800 Subject: [PATCH] Update installation.md to use USE_DJANGO_JQUERY instead of JQUER_URL --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 83a1c1e..162ae66 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -16,4 +16,4 @@ ) ``` -4. You will also need to include jQuery in every page that includes a field from `smart_selects`, or set `JQUERY_URL = True` in your project's `settings.py`. +4. You will also need to include jQuery in every page that includes a field from `smart_selects`, or set `Use USE_DJANGO_JQUERY = True` in your project's `settings.py`.