from django.apps import AppConfig class CashonlyCoreConfig(AppConfig): name = 'cashonly.core' label = 'cashonly_core'