django-storage-supabase icon indicating copy to clipboard operation
django-storage-supabase copied to clipboard

ImportError: Module "django_storage_supabase" does not define a "supabase" attribute/class

Open coontrolz opened this issue 2 years ago • 3 comments

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/'

coontrolz avatar Dec 31 '22 16:12 coontrolz

Hey @coontrolz,

Thanks for flagging this! I'll see if I can find a slot to look at this over the weekend.

Joel

J0 avatar Jan 05 '23 03:01 J0

Hi, I'm having the same issue, have you found a fix for this yet?

DavyBeyls avatar Mar 22 '23 14:03 DavyBeyls

Hello, I'm also getting this issue, a help will be appreciated

mminuwaali avatar Jan 15 '24 18:01 mminuwaali