from django.apps import AppConfig class PromoConfig(AppConfig): name = "apps.promo" label = "promo"