from django.apps import AppConfig class AkonlineConfig(AppConfig): """ App configuration (default -- only to set the app name) """ name = 'AKOnline'