apps.py 197 B

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