We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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/'
The text was updated successfully, but these errors were encountered:
Hey @coontrolz,
Thanks for flagging this! I'll see if I can find a slot to look at this over the weekend.
Joel
Sorry, something went wrong.
Hi, I'm having the same issue, have you found a fix for this yet?
Hello, I'm also getting this issue, a help will be appreciated
No branches or pull requests
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/'
The text was updated successfully, but these errors were encountered: