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 = {}