TabbycatDebate/tabbycat

View on GitHub
tabbycat/actionlog/apps.py

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
from django.apps import AppConfig
from django.utils.translation import gettext_lazy as _


class ActionLogConfig(AppConfig):
    name = 'actionlog'
    verbose_name = _("Action Log")