Source code for common.apps

from django.apps import AppConfig


[docs]class CommonConfig(AppConfig): name = 'common'