Fix owners not getting imported correctly

This commit is contained in:
Joakim Hellsén 2026-01-09 21:47:52 +01:00
commit df2941cdbc
No known key found for this signature in database
7 changed files with 138 additions and 9 deletions

View file

@ -20,7 +20,7 @@ dependencies = [
]
[dependency-groups]
dev = ["pytest", "pytest-django", "djlint"]
dev = ["pytest", "pytest-django", "djlint", "django-stubs"]
[tool.pytest.ini_options]
DJANGO_SETTINGS_MODULE = "config.settings"