#31642: Some static assets in the Admin site fail to fetch (using custom
storage)
-------------------------------------+-------------------------------------
Reporter: probabble | Owner: nobody
Type: Bug | Status: new
Component: | Version: 3.0
contrib.admin | Keywords: staticfiles, admin,
Severity: Normal | storages
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
My integration with django_storages fails to load certain assets in the
default Django admin, because they don't get the access GET params
appended to them.
There are workarounds related to making the static files bucket in S3
"public" but it seems like that doesn't necessarily meet all use cases.
see related issue in Django Storages project: https://github.com/jschneier
/django-storages/issues/734
Examples of urls in the admin base CSS that fail in private buckets:
https://github.com/django/django/blob/master/django/contrib/admin/static/admin/css/base.css#L5
https://github.com/django/django/blob/master/django/contrib/admin/static/admin/css/base.css#L641
--
Ticket URL: <https://code.djangoproject.com/ticket/31642>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/052.8d31270045a96b9737b8b7fa62dd54fd%40djangoproject.com.