Source code for AKOnline.apps

from django.apps import AppConfig


[docs] class AkonlineConfig(AppConfig): """ App configuration (default -- only to set the app name) """ name = 'AKOnline'