Coverage for backend/django/authentication/user/apps.py: 100%
4 statements
« prev ^ index » next coverage.py v7.10.7, created at 2026-02-11 21:43 +0000
« prev ^ index » next coverage.py v7.10.7, created at 2026-02-11 21:43 +0000
1from django.apps import AppConfig
4class UserConfig(AppConfig):
5 name = 'authentication.user'
6 label = 'authentication_user'