Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.
This repository was archived by the owner on May 1, 2020. It is now read-only.

CachedFilesMixin class breaks the second time you run it. #7

@pydanny

Description

@pydanny

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions