fix(backend):pylint django setting variable not properly set

This commit is contained in:
Petitminion 2025-06-11 10:04:31 +02:00
parent ba385553b3
commit df34dcb452
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [