dj-libcloud icon indicating copy to clipboard operation
dj-libcloud copied to clipboard

CachedFilesMixin class breaks the second time you run it.

Open pydanny opened this issue 11 years ago • 1 comments
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.

pydanny avatar Apr 23 '14 01:04 pydanny

Did you tried to move on with this issue?

galuszkak avatar Mar 17 '15 20:03 galuszkak