Source code for applications.apps

from django.apps import AppConfig


[docs]class ApplicationsConfig(AppConfig): name = 'applications'