Source code for thabloid.apps
from django.apps import AppConfig
from django.utils.translation import gettext_lazy as _
[docs]class ThabloidConfig(AppConfig):
"""AppConfig for the Thabloid app."""
name = "thabloid"
verbose_name = _("Thabloid")