Coverage for author\apps.py: 100%
4 statements
« prev ^ index » next coverage.py v7.4.4, created at 2024-06-29 10:02 +0100
« prev ^ index » next coverage.py v7.4.4, created at 2024-06-29 10:02 +0100
1from django.apps import AppConfig
4class AuthorConfig(AppConfig):
5 """
6 AppConfig for the 'author' app.
7 """
8 default_auto_field = 'django.db.models.BigAutoField'
9 name = 'author'