Coverage for backend/authentication/apps.py: 100%
4 statements
« prev ^ index » next coverage.py v7.10.7, created at 2025-11-06 23:27 +0000
« prev ^ index » next coverage.py v7.10.7, created at 2025-11-06 23:27 +0000
1from django.apps import AppConfig
4class AuthenicationConfig(AppConfig):
5 default_auto_field = 'django.db.models.BigAutoField'
6 name = 'authentication'