Skip to content

Commit

Permalink
fixup! ✨(dashboard) rename qcr_auth to auth
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorin committed Nov 18, 2024
1 parent 78fd8de commit 9c768a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dashboard/dashboard/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dsfr",
"dashboard",
"apps",
"apps.qcd_auth",
"apps.auth",
"apps.home",
]

Expand Down
2 changes: 1 addition & 1 deletion src/dashboard/locale/fr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions src/dashboard/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ select = [
convention = "google"

[tool.mypy]
ignore_missing_imports = true
plugins = ["mypy_django_plugin.main"]
exclude = [
"migrations"
Expand Down

0 comments on commit 9c768a8

Please sign in to comment.