from django.apps import AppConfig class AkdashboardConfig(AppConfig): """ App configuration for dashboard (default) """ name = 'AKDashboard'