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