diff --git a/core/management/commands/deepl_translate.py b/core/management/commands/deepl_translate.py index 7825f6b5..d837715a 100644 --- a/core/management/commands/deepl_translate.py +++ b/core/management/commands/deepl_translate.py @@ -5,7 +5,6 @@ from tempfile import NamedTemporaryFile import polib import requests from django.apps import apps -from django.conf import settings from django.core.management.base import BaseCommand, CommandError from core.management.commands import RootDirectory diff --git a/core/views.py b/core/views.py index 560d4504..54f53ec6 100644 --- a/core/views.py +++ b/core/views.py @@ -323,7 +323,7 @@ class RequestCursedURLView(APIView): """ Handles requests for processing and validating URLs from incoming POST requests. - Particularly intended for validating and processing URLs provided by clients. It utilizes rate-limiting, caching, and + Particularly intended for validating and processing URLs provided by clients. It uses rate-limiting, caching, and various response format renderers to optimize performance and ensure safe handling of external data. Attributes: