from django.apps import AppConfig class ResourcesConfig(AppConfig): """AppConfig instance for Resources app.""" name = 'resources'