django-podcast icon indicating copy to clipboard operation
django-podcast copied to clipboard

PODCAST_STORAGE Option Bug

Open kingtut opened this issue 13 years ago • 0 comments

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!

kingtut avatar Apr 02 '12 05:04 kingtut