From 0ac9e052b9737186bb53cf552c48026ee59993e8 Mon Sep 17 00:00:00 2001 From: = <=> Date: Tue, 2 Oct 2012 00:31:15 +0100 Subject: [PATCH] Removed django-podcast requirement --- dss/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dss/settings.py b/dss/settings.py index c22fb5a..1eb21ac 100644 --- a/dss/settings.py +++ b/dss/settings.py @@ -135,7 +135,6 @@ INSTALLED_APPS = ( 'django_facebook', 'compressor', 'djcelery', - 'podcast', #'debug_toolbar', 'crispy_forms', 'sorl.thumbnail',