From 2126f86d4d83409311e264dbaf93facf435a505b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Zapke-Gru=CC=88ndemann?= Date: Mon, 9 Jan 2012 07:25:19 +0100 Subject: Added thumbnails for news. --- sublab_project/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sublab_project/settings.py') diff --git a/sublab_project/settings.py b/sublab_project/settings.py index bb17fc4..9c65d43 100644 --- a/sublab_project/settings.py +++ b/sublab_project/settings.py @@ -139,6 +139,7 @@ INSTALLED_APPS = ( 'calendarium', 'accounts', 'redisession', + 'sorl.thumbnail', ) # A sample logging configuration. The only tangible logging -- cgit v1.2.1