diff --git a/src/dashboard/dashboard/settings.py b/src/dashboard/dashboard/settings.py index 35d2265d..57830289 100644 --- a/src/dashboard/dashboard/settings.py +++ b/src/dashboard/dashboard/settings.py @@ -48,7 +48,7 @@ "dsfr", "dashboard", "apps", - "apps.qcd_auth", + "apps.auth", "apps.home", ] diff --git a/src/dashboard/locale/fr/LC_MESSAGES/django.po b/src/dashboard/locale/fr/LC_MESSAGES/django.po index 030f692e..9f1fd024 100644 --- a/src/dashboard/locale/fr/LC_MESSAGES/django.po +++ b/src/dashboard/locale/fr/LC_MESSAGES/django.po @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Poedit 3.5\n" -#: apps/qcd_auth/apps.py:12 +#: apps/auth/apps.py:12 msgid "Authentication" msgstr "Authentification" diff --git a/src/dashboard/pyproject.toml b/src/dashboard/pyproject.toml index 12e6ea75..8cc48730 100644 --- a/src/dashboard/pyproject.toml +++ b/src/dashboard/pyproject.toml @@ -71,6 +71,7 @@ select = [ convention = "google" [tool.mypy] +ignore_missing_imports = true plugins = ["mypy_django_plugin.main"] exclude = [ "migrations"