from django.apps import AppConfig class PaymentConfig(AppConfig): name = 'apps.payment' label = 'lilcity_payment'