from django.apps import AppConfig


class CustomerportalConfig(AppConfig):
    name = 'customerportal'
