from django.apps import AppConfig class BYOStorageConfig(AppConfig): name = 'byostorage' verbose_name = 'Bring your own storage'