Source code for AKPreference.apps

from django.apps import AppConfig


[docs] class AkpreferenceConfig(AppConfig): """ App configuration (default, only specifies name of the app) """ name = "AKPreference"