From df34dcb452ef6537854d13e8892a02f1db372646 Mon Sep 17 00:00:00 2001 From: Petitminion Date: Wed, 11 Jun 2025 10:04:31 +0200 Subject: [PATCH] fix(backend):pylint django setting variable not properly set --- api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index aa7cd80d9..7dd56e46c 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -135,7 +135,7 @@ build-backend = "poetry.core.masonry.api" [tool.pylint.master] load-plugins = ["pylint_django"] -django-settings-module = "config.settings.testing" +django-settings-module = "config.settings.local" [tool.pylint.messages_control] disable = [