You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have the publish command integrated with django-storages. Looks like right now publish only supports aws buckets, but django-storages support other storage options.
For example, we are trying to use django-bakery to save static files in Google Cloud Storage.
Maybe the BuildableRedirectView will also need some adjustments to support django-storages as it is also using S3 directly
The text was updated successfully, but these errors were encountered:
jkevingutierrez
changed the title
Integrate publish with django-storages
Integrate publish command with django-storages
Sep 23, 2023
It would be great to have the publish command integrated with django-storages. Looks like right now publish only supports aws buckets, but django-storages support other storage options.
For example, we are trying to use django-bakery to save static files in Google Cloud Storage.
Maybe the BuildableRedirectView will also need some adjustments to support django-storages as it is also using S3 directly
The text was updated successfully, but these errors were encountered: