dj-libcloud
dj-libcloud copied to clipboard
CachedFilesMixin class breaks the second time you run it.
trafficstars
This is the problem code:
from django.contrib.staticfiles.storage import CachedFilesMixin
from djlibcloud.storage import LibCloudStorage
from pipeline.storage import PipelineMixin
class PipelineCachedCloudStorage(PipelineMixin,
CachedFilesMixin,
LibCloudStorage):
""" Borks on second run of collectstatic"""
pass
Failed when I tried it without the PipelineMixin, but haven't tested that comprehensively.
Did you tried to move on with this issue?