from django.apps import AppConfig from django.utils.translation import ugettext_lazy as _ class GatewayPatchConfig(AppConfig): name = "fake.gateway_patch" verbose_name = _("Gateway Patch")