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
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
fromdjango.contrib.staticfiles.storageimportCachedFilesMixinfromdjlibcloud.storageimportLibCloudStoragefrompipeline.storageimportPipelineMixinclassPipelineCachedCloudStorage(PipelineMixin,
CachedFilesMixin,
LibCloudStorage):
""" Borks on second run of collectstatic"""pass
Failed when I tried it without the PipelineMixin, but haven't tested that comprehensively.
This is the problem code:
Failed when I tried it without the PipelineMixin, but haven't tested that comprehensively.