J0 / django-storage-supabase

Custom Storage Backend for Supabase + Django
MIT License
20 stars 2 forks source link

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

Open coontrolz opened 1 year ago

coontrolz commented 1 year ago

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

J0 commented 1 year ago

Hey @coontrolz,

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

Joel

DavyBeyls commented 1 year ago

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

mminuwaali commented 8 months ago

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