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

Custom Storage Backend for Supabase + Django

Results 2 django-storage-supabase issues
Sort by recently updated
recently updated
newest added

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...

It'd be great if you could write a detailed tutorial with an example Django app to use supabase buckets and storage to store uploaded files from the Django app. A...