Files

7 lines
119 B
Python

from django.apps import AppConfig
class BusinessConfig(AppConfig):
name = "apps.business"
label = "business"