Hello,
I get this error when I try to upload a file.
ImportError: Module "django_storage_supabase" does not define a "supabase" attribute/class
my settings.py
DEFAULT_FILE_STORAGE = 'django_storage_supabase.supabase'
SUPABASE_API_KEY = 'my_api_ky'
SUPABASE_URL = "my_supabase_url"
SUPABASE_ROOT_PATH = '/dir/'
Hello,
I get this error when I try to upload a file.
ImportError: Module "django_storage_supabase" does not define a "supabase" attribute/class
my settings.py
DEFAULT_FILE_STORAGE = 'django_storage_supabase.supabase'
SUPABASE_API_KEY = 'my_api_ky'
SUPABASE_URL = "my_supabase_url"
SUPABASE_ROOT_PATH = '/dir/'