From 63b65bc3c850b15493ecbc4e6124f83872fbab1b Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Mon, 18 Mar 2013 01:13:50 -0400 Subject: [PATCH] Remove some old dependencies --- sweettooth/settings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sweettooth/settings.py b/sweettooth/settings.py index 413edaf..b05d3e6 100644 --- a/sweettooth/settings.py +++ b/sweettooth/settings.py @@ -127,8 +127,6 @@ 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.messages', - 'django_extensions', - 'sorl.thumbnail', 'extensions', 'auth',