Source code for base.apps

from django.apps import AppConfig


[docs]class BaseConfig(AppConfig): name = 'base'