From 6aeebd39c1cff562a2c30bcc5edd5518c01158d7 Mon Sep 17 00:00:00 2001 From: Alexander Price Date: Fri, 21 Nov 2025 18:34:41 +0000 Subject: [PATCH] Fix comment typo in Django example --- python/django/api/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/django/api/settings.py b/python/django/api/settings.py index 0c39dd5f61..2d1dc5d489 100644 --- a/python/django/api/settings.py +++ b/python/django/api/settings.py @@ -73,7 +73,7 @@ # Database # https://docs.djangoproject.com/en/4.1/ref/settings/#databases -# Note: Django modules for using databases are not support in serverless +# Note: Django modules for using databases are not supported in serverless # environments like Vercel. You can use a database over HTTP, hosted elsewhere. DATABASES = {}