diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index b99b43e66..3c0d5c680 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -226,6 +226,7 @@ if STORAGE_BACKEND is not None: # Monkey-patch django-storages to fetch settings from STORAGE_CONFIG storages.utils.setting = _setting + # django-storage-swift elif STORAGE_BACKEND == 'swift.storage.SwiftStorage': try: