from django.apps import AppConfig class CashonlyCoreConfig(AppConfig): name = "cashonly.core" label = "cashonly_core" default_auto_field = "django.db.models.AutoField"