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

PODCAST_STORAGE Option Bug #3

Open
kingtut opened this issue Apr 2, 2012 · 0 comments
Open

PODCAST_STORAGE Option Bug #3

kingtut opened this issue Apr 2, 2012 · 0 comments

Comments

@kingtut
Copy link

kingtut commented Apr 2, 2012

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant