From 493946762030b4dc0f04dcb5ad84f51fb5bc5062 Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Sun, 14 Dec 2014 18:11:57 +0100 Subject: [PATCH] =?UTF-8?q?Removed=20South=20from=20the=20default=20settin?= =?UTF-8?q?gs=20since=20it=E2=80=99s=20no=20longer=20compatible=20with=20l?= =?UTF-8?q?atest=20Django=201.7.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dpaste/settings/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dpaste/settings/__init__.py b/dpaste/settings/__init__.py index 3787708..f5492f1 100644 --- a/dpaste/settings/__init__.py +++ b/dpaste/settings/__init__.py @@ -108,7 +108,6 @@ INSTALLED_APPS = ( 'django.contrib.sessions', 'mptt', - 'south', 'gunicorn', 'dpaste', )