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

PODCAST_STORAGE Option Bug #3

@kingtut

Description

@kingtut

I swapped the podcast storage engine for CloudFilesStorage and Django (1.3.1) complained about a class being passed instead of an instance.

Line 9 in models.py should instantiate the returned storage class.

PODCAST_STORAGE = get_storage_class(getattr(settings, 'PODCAST_STORAGE', None))()

Thanks for this great app!

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