7 lines
119 B
Python
7 lines
119 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class CampaignConfig(AppConfig):
|
|
name = "apps.campaign"
|
|
label = "campaign"
|