diff --git a/core/management/commands/translate_fields.py b/core/management/commands/translate_fields.py index 971901bb..b2444d52 100644 --- a/core/management/commands/translate_fields.py +++ b/core/management/commands/translate_fields.py @@ -5,7 +5,7 @@ import requests from django.core.management.base import BaseCommand, CommandError from django.db import transaction -DEEPL_API_URL = "https://api.deepl.com" +DEEPL_API_URL = "https://api.deepl.com/v2/translate" DEEPL_TARGET_LANGUAGES_MAPPING = { "en-gb": "EN-GB",