Coverage for website/shortlinks/apps.py: 100.00%
4 statements
« prev ^ index » next coverage.py v7.6.7, created at 2025-08-14 10:31 +0000
« prev ^ index » next coverage.py v7.6.7, created at 2025-08-14 10:31 +0000
1from django.apps import AppConfig
4class ShortLinkConfig(AppConfig):
5 """Link shortening."""
7 name = "shortlinks"
8 verbose_name = "Short links"