Coverage for articles/apps.py: 100.00%
4 statements
« prev ^ index » next coverage.py v7.10.7, created at 2025-10-07 18:23 -0700
« prev ^ index » next coverage.py v7.10.7, created at 2025-10-07 18:23 -0700
1from django.apps import AppConfig
4class ArticlesConfig(AppConfig):
5 default_auto_field = "django.db.models.BigAutoField"
6 name = "articles"